#BD79CC

Color #BD79CC East Side (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of East Side #BD79CC

Tints of East Side #BD79CC

Color information

#BD79CC (or 0xBD79CC) is unknown color: approx East Side. HEX triplet: BD, 79 and CC. RGB value is (189,121,204). Sum of RGB (Red+Green+Blue) = 189+121+204=514 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.77% from 514); Green value is 121 (47.66% from 255 or 23.54% from 514); Blue value is 204 (80.08% from 255 or 39.69% from 514); Max value from RGB is 204 - color contains mainly: blue. Hex color #BD79CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD79CC is #428633. Grayscale: #969696. Windows color (decimal): -4359732 or 13400509. OLE color: 13400509.

HSL color Cylindrical-coordinate representation of color #BD79CC: hue angle of 289.16º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BD79CC is Cyan = 0.07, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB189121204-
CMYK0.070.4100.2
HSL289.16º44.86%63.73%-
HSV(B)289.16º40.69%80%-
XYZ38.7228.8560.66-
YUV150.79158.03155.25-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36.77%
GREEN value IS 121 (47.66% from 255) = 23.54%
BLUE value IS 204 (80.08% from 255) = 39.69%
R=36.77%
G=23.54%
B=39.69%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1891212040.070.4100.2289.1644.8663.73
HexBD79CC7290141212d40
Octal27517131475102444155100
Binary101111011111001110011001111010010101001001000011011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD79CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD79CC; }

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

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

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

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

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

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

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

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