#BD78B7

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

Shades of London Hue #BD78B7

Tints of London Hue #BD78B7

Color information

#BD78B7 (or 0xBD78B7) is unknown color: approx London Hue. HEX triplet: BD, 78 and B7. RGB value is (189,120,183). Sum of RGB (Red+Green+Blue) = 189+120+183=492 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.41% from 492); Green value is 120 (47.27% from 255 or 24.39% from 492); Blue value is 183 (71.88% from 255 or 37.20% from 492); Max value from RGB is 189 - color contains mainly: red. Hex color #BD78B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD78B7 is #428748. Grayscale: #939393. Windows color (decimal): -4360009 or 12023997. OLE color: 12023997.

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

Color convert

RGB189120183-
CMYK00.370.030.26
HSL305.22º34.33%60.59%-
HSV(B)305.22º36.51%74.12%-
XYZ36.2527.6748.23-
YUV147.81147.86157.38-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 38.41%
GREEN value IS 120 (47.27% from 255) = 24.39%
BLUE value IS 183 (71.88% from 255) = 37.20%
R=38.41%
G=24.39%
B=37.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.03
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18912018300.370.030.26305.2234.3360.59
HexBD78B702531A131223d
Octal2751702670453324614275
Binary1011110111110001011011101001011111010100110001100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD78B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD78B7; }

 p { color: rgb(189,120,183); }

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

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

 a { background-color: rgb(189,120,183); }

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

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

 span { border-color: rgb(189,120,183); }

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