#BD78BA

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

Shades of London Hue #BD78BA

Tints of London Hue #BD78BA

Color information

#BD78BA (or 0xBD78BA) is unknown color: approx London Hue. HEX triplet: BD, 78 and BA. RGB value is (189,120,186). Sum of RGB (Red+Green+Blue) = 189+120+186=495 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.18% from 495); Green value is 120 (47.27% from 255 or 24.24% from 495); Blue value is 186 (73.05% from 255 or 37.58% from 495); Max value from RGB is 189 - color contains mainly: red. Hex color #BD78BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD78BA is #428745. Grayscale: #939393. Windows color (decimal): -4360006 or 12220605. OLE color: 12220605.

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

Color convert

RGB189120186-
CMYK00.370.020.26
HSL302.61º34.33%60.59%-
HSV(B)302.61º36.51%74.12%-
XYZ36.5727.849.89-
YUV148.16149.36157.13-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 38.18%
GREEN value IS 120 (47.27% from 255) = 24.24%
BLUE value IS 186 (73.05% from 255) = 37.58%
R=38.18%
G=24.24%
B=37.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.02
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18912018600.370.020.26302.6134.3360.59
HexBD78BA02521A12f223d
Octal2751702720452324574275
Binary1011110111110001011101001001011011010100101111100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD78BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD78BA; }

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

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

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

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

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

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

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

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