#BD7BBB

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

Shades of London Hue #BD7BBB

Tints of London Hue #BD7BBB

Color information

#BD7BBB (or 0xBD7BBB) is unknown color: approx London Hue. HEX triplet: BD, 7B and BB. RGB value is (189,123,187). Sum of RGB (Red+Green+Blue) = 189+123+187=499 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.88% from 499); Green value is 123 (48.44% from 255 or 24.65% from 499); Blue value is 187 (73.44% from 255 or 37.47% from 499); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7BBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD7BBB is #428444. Grayscale: #959595. Windows color (decimal): -4359237 or 12286909. OLE color: 12286909.

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

Color convert

RGB189123187-
CMYK00.350.010.26
HSL301.82º33.33%61.18%-
HSV(B)301.82º34.92%74.12%-
XYZ37.0428.5750.58-
YUV150.03148.87155.8-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 37.88%
GREEN value IS 123 (48.44% from 255) = 24.65%
BLUE value IS 187 (73.44% from 255) = 37.47%
R=37.88%
G=24.65%
B=37.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.01
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18912318700.350.010.26301.8233.3361.18
HexBD7BBB02311A12e213d
Octal2751732730431324564175
Binary101111011111011101110110100011111010100101110100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD7BBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD7BBB; }

 p { color: rgb(189,123,187); }

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

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

 a { background-color: rgb(189,123,187); }

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

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

 span { border-color: rgb(189,123,187); }

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