#BD79BC

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

Shades of London Hue #BD79BC

Tints of London Hue #BD79BC

Color information

#BD79BC (or 0xBD79BC) is unknown color: approx London Hue. HEX triplet: BD, 79 and BC. RGB value is (189,121,188). Sum of RGB (Red+Green+Blue) = 189+121+188=498 (65% of max value = 765). Red value is 189 (74.22% from 255 or 37.95% from 498); Green value is 121 (47.66% from 255 or 24.30% from 498); Blue value is 188 (73.83% from 255 or 37.75% from 498); Max value from RGB is 189 - color contains mainly: red. Hex color #BD79BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD79BC is #428643. Grayscale: #949494. Windows color (decimal): -4359748 or 12351933. OLE color: 12351933.

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

Color convert

RGB189121188-
CMYK00.360.010.26
HSL300.88º34%60.78%-
HSV(B)300.88º35.98%74.12%-
XYZ36.928.1251.06-
YUV148.97150.03156.55-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 37.95%
GREEN value IS 121 (47.66% from 255) = 24.30%
BLUE value IS 188 (73.83% from 255) = 37.75%
R=37.95%
G=24.30%
B=37.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.01
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18912118800.360.010.26300.883460.78
HexBD79BC02411A12d223d
Octal2751712740441324554275
Binary101111011111001101111000100100111010100101101100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD79BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD79BC; }

 p { color: rgb(189,121,188); }

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

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

 a { background-color: rgb(189,121,188); }

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

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

 span { border-color: rgb(189,121,188); }

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