#BD7CBA

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

Shades of London Hue #BD7CBA

Tints of London Hue #BD7CBA

Color information

#BD7CBA (or 0xBD7CBA) is unknown color: approx London Hue. HEX triplet: BD, 7C and BA. RGB value is (189,124,186). Sum of RGB (Red+Green+Blue) = 189+124+186=499 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.88% from 499); Green value is 124 (48.83% from 255 or 24.85% from 499); Blue value is 186 (73.05% from 255 or 37.27% from 499); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7CBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD7CBA is #428345. Grayscale: #969696. Windows color (decimal): -4358982 or 12221629. OLE color: 12221629.

HSL color Cylindrical-coordinate representation of color #BD7CBA: hue angle of 302.77º degrees, saturation: 0.33, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BD7CBA is Cyan = 0, Magento = 0.34, Yellow = 0.02 and Black (K on CMYK) = 0.26.

Color convert

RGB189124186-
CMYK00.340.020.26
HSL302.77º32.99%61.37%-
HSV(B)302.77º34.39%74.12%-
XYZ37.0628.7850.06-
YUV150.5148.03155.46-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 37.88%
GREEN value IS 124 (48.83% from 255) = 24.85%
BLUE value IS 186 (73.05% from 255) = 37.27%
R=37.88%
G=24.85%
B=37.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.02
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18912418600.340.020.26302.7732.9961.37
HexBD7CBA02221A12f213d
Octal2751742720422324574175
Binary1011110111111001011101001000101011010100101111100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD7CBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD7CBA; }

 p { color: rgb(189,124,186); }

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

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

 a { background-color: rgb(189,124,186); }

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

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

 span { border-color: rgb(189,124,186); }

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