#BD78B3

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

Shades of London Hue #BD78B3

Tints of London Hue #BD78B3

Color information

#BD78B3 (or 0xBD78B3) is unknown color: approx London Hue. HEX triplet: BD, 78 and B3. RGB value is (189,120,179). Sum of RGB (Red+Green+Blue) = 189+120+179=488 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.73% from 488); Green value is 120 (47.27% from 255 or 24.59% from 488); Blue value is 179 (70.31% from 255 or 36.68% from 488); Max value from RGB is 189 - color contains mainly: red. Hex color #BD78B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD78B3 is #42874C. Grayscale: #939393. Windows color (decimal): -4360013 or 11761853. OLE color: 11761853.

HSL color Cylindrical-coordinate representation of color #BD78B3: hue angle of 308.7º 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 #BD78B3 is Cyan = 0, Magento = 0.37, Yellow = 0.05 and Black (K on CMYK) = 0.26.

Color convert

RGB189120179-
CMYK00.370.050.26
HSL308.7º34.33%60.59%-
HSV(B)308.7º36.51%74.12%-
XYZ35.8427.5146.07-
YUV147.36145.86157.7-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 38.73%
GREEN value IS 120 (47.27% from 255) = 24.59%
BLUE value IS 179 (70.31% from 255) = 36.68%
R=38.73%
G=24.59%
B=36.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.05
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18912017900.370.050.26308.734.3360.59
HexBD78B302551A135223d
Octal2751702630455324654275
Binary10111101111100010110011010010110111010100110101100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD78B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD78B3; }

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

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

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

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

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

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

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

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