#B285AF

Color #B285AF London Hue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of London Hue #B285AF

Tints of London Hue #B285AF

Color information

#B285AF (or 0xB285AF) is unknown color: approx London Hue. HEX triplet: B2, 85 and AF. RGB value is (178,133,175). Sum of RGB (Red+Green+Blue) = 178+133+175=486 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.63% from 486); Green value is 133 (52.34% from 255 or 27.37% from 486); Blue value is 175 (68.75% from 255 or 36.01% from 486); Max value from RGB is 178 - color contains mainly: red. Hex color #B285AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B285AF is #4D7A50. Grayscale: #979797. Windows color (decimal): -5077585 or 11503026. OLE color: 11503026.

HSL color Cylindrical-coordinate representation of color #B285AF: hue angle of 304º degrees, saturation: 0.23, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B285AF is Cyan = 0, Magento = 0.25, Yellow = 0.02 and Black (K on CMYK) = 0.30.

Color convert

RGB178133175-
CMYK00.250.020.30
HSL304º22.61%60.98%-
HSV(B)304º25.28%69.8%-
XYZ34.4929.3444.4-
YUV151.24141.41147.08-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 178 (69.92% from 255) = 36.63%
GREEN value IS 133 (52.34% from 255) = 27.37%
BLUE value IS 175 (68.75% from 255) = 36.01%
R=36.63%
G=27.37%
B=36.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.02
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17813317500.250.020.3030422.6160.98
HexB285AF01921E130173d
Octal2622052570312364602775
Binary101100101000010110101111011001101111010011000010111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B285AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B285AF; }

 p { color: rgb(178,133,175); }

 H1.HeaderClassName
 {
   color: #B285AF;
 }
 .AnyTagClassName
 {
   color: #B285AF;
 }
</style>
background-color css

<style>
 a { background-color: #B285AF; }

 a { background-color: rgb(178,133,175); }

 div.DivClassName
 {
   background-color: #B285AF;
 }
 .BgClassName
 {
   background-color: #B285AF;
 }
</style>
border-color css

<style>
 span { border-color: #B285AF; }

 span { border-color: rgb(178,133,175); }

 td.TdClassName
 {
   border-color: #B285AF;
 }
 .TagClassName
 {
   border-color: #B285AF;
 }
</style>