#BD79BD

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

Shades of London Hue #BD79BD

Tints of London Hue #BD79BD

Color information

#BD79BD (or 0xBD79BD) is unknown color: approx London Hue. HEX triplet: BD, 79 and BD. RGB value is (189,121,189). Sum of RGB (Red+Green+Blue) = 189+121+189=499 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.88% from 499); Green value is 121 (47.66% from 255 or 24.25% from 499); Blue value is 189 (74.22% from 255 or 37.88% from 499); Max value from RGB is 189 - color contains mainly: red, blue. Hex color #BD79BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD79BD is #428642. Grayscale: #949494. Windows color (decimal): -4359747 or 12417469. OLE color: 12417469.

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

Color convert

RGB189121189-
CMYK00.3600.26
HSL300º34%60.78%-
HSV(B)300º35.98%74.12%-
XYZ37.0128.1751.63-
YUV149.08150.53156.47-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 37.88%
GREEN value IS 121 (47.66% from 255) = 24.25%
BLUE value IS 189 (74.22% from 255) = 37.88%
R=37.88%
G=24.25%
B=37.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18912118900.3600.263003460.78
HexBD79BD02401A12c223d
Octal2751712750440324544275
Binary101111011111001101111010100100011010100101100100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD79BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD79BD; }

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

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

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

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

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

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

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

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