#BB79CC

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

Shades of East Side #BB79CC

Tints of East Side #BB79CC

Color information

#BB79CC (or 0xBB79CC) is unknown color: approx East Side. HEX triplet: BB, 79 and CC. RGB value is (187,121,204). Sum of RGB (Red+Green+Blue) = 187+121+204=512 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.52% from 512); Green value is 121 (47.66% from 255 or 23.63% from 512); Blue value is 204 (80.08% from 255 or 39.84% from 512); Max value from RGB is 204 - color contains mainly: blue. Hex color #BB79CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB79CC is #448633. Grayscale: #959595. Windows color (decimal): -4490804 or 13400507. OLE color: 13400507.

HSL color Cylindrical-coordinate representation of color #BB79CC: hue angle of 287.71º 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 #BB79CC is Cyan = 0.08, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB187121204-
CMYK0.080.4100.2
HSL287.71º44.86%63.73%-
HSV(B)287.71º40.69%80%-
XYZ38.2328.660.63-
YUV150.2158.37154.25-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 36.52%
GREEN value IS 121 (47.66% from 255) = 23.63%
BLUE value IS 204 (80.08% from 255) = 39.84%
R=36.52%
G=23.63%
B=39.84%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1871212040.080.4100.2287.7144.8663.73
HexBB79CC8290141202d40
Octal273171314105102444055100
Binary1011101111110011100110010001010010101001001000001011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB79CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB79CC; }

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

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

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

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

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

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

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

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