#BD84B2

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

Shades of London Hue #BD84B2

Tints of London Hue #BD84B2

Color information

#BD84B2 (or 0xBD84B2) is unknown color: approx London Hue. HEX triplet: BD, 84 and B2. RGB value is (189,132,178). Sum of RGB (Red+Green+Blue) = 189+132+178=499 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.88% from 499); Green value is 132 (51.95% from 255 or 26.45% from 499); Blue value is 178 (69.92% from 255 or 35.67% from 499); Max value from RGB is 189 - color contains mainly: red. Hex color #BD84B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD84B2 is #427B4D. Grayscale: #9A9A9A. Windows color (decimal): -4356942 or 11699389. OLE color: 11699389.

HSL color Cylindrical-coordinate representation of color #BD84B2: hue angle of 311.58º degrees, saturation: 0.3, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BD84B2 is Cyan = 0, Magento = 0.30, Yellow = 0.06 and Black (K on CMYK) = 0.26.

Color convert

RGB189132178-
CMYK00.300.060.26
HSL311.58º30.16%62.94%-
HSV(B)311.58º30.16%74.12%-
XYZ37.2730.5446.05-
YUV154.29141.38152.76-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 37.88%
GREEN value IS 132 (51.95% from 255) = 26.45%
BLUE value IS 178 (69.92% from 255) = 35.67%
R=37.88%
G=26.45%
B=35.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.06
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18913217800.300.060.26311.5830.1662.94
HexBD84B201E61A1381e3f
Octal2752042620366324703677
Binary1011110110000100101100100111101101101010011100011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD84B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD84B2; }

 p { color: rgb(189,132,178); }

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

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

 a { background-color: rgb(189,132,178); }

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

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

 span { border-color: rgb(189,132,178); }

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