#B285AA

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

Shades of London Hue #B285AA

Tints of London Hue #B285AA

Color information

#B285AA (or 0xB285AA) is unknown color: approx London Hue. HEX triplet: B2, 85 and AA. RGB value is (178,133,170). Sum of RGB (Red+Green+Blue) = 178+133+170=481 (63% of max value = 765). Red value is 178 (69.92% from 255 or 37.01% from 481); Green value is 133 (52.34% from 255 or 27.65% from 481); Blue value is 170 (66.80% from 255 or 35.34% from 481); Max value from RGB is 178 - color contains mainly: red. Hex color #B285AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B285AA is #4D7A55. Grayscale: #969696. Windows color (decimal): -5077590 or 11175346. OLE color: 11175346.

HSL color Cylindrical-coordinate representation of color #B285AA: hue angle of 310.67º 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 #B285AA is Cyan = 0, Magento = 0.25, Yellow = 0.04 and Black (K on CMYK) = 0.30.

Color convert

RGB178133170-
CMYK00.250.040.30
HSL310.67º22.61%60.98%-
HSV(B)310.67º25.28%69.8%-
XYZ3429.1441.86-
YUV150.67138.91147.49-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 37.01%
GREEN value IS 133 (52.34% from 255) = 27.65%
BLUE value IS 170 (66.80% from 255) = 35.34%
R=37.01%
G=27.65%
B=35.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.04
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17813317000.250.040.30310.6722.6160.98
HexB285AA01941E137173d
Octal2622052520314364672775
Binary1011001010000101101010100110011001111010011011110111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B285AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B285AA; }

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

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

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

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

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

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

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

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