Html Css Color HEX #BB79CB East Side

📋 copy color: '#BB79CB'

red 187 ◦ green 121 ◦ blue 203

#BB79CB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of East Side #BB79CB

Tints of East Side #BB79CB

RGB

 RED value IS 187 (73.44% from 255) = 36.59%

 GREEN value IS 121 (47.66% from 255) = 23.68%

 BLUE value IS 203 (79.69% from 255) = 39.73%

R = 36.59%
G = 23.68%
B = 39.73%

CMYK

 C value IS 0.08

 M value IS 0.40

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BB79CB (or 0xBB79CB) is known color: East Side. HEX triplet: BB, 79 and CB. RGB value is (187,121,203). Sum of RGB (Red+Green+Blue) = 187+121+203=511 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.59% from 511); Green value is 121 (47.66% from 255 or 23.68% from 511); Blue value is 203 (79.69% from 255 or 39.73% from 511); Max value from RGB is 203 - color contains mainly: blue. Hex color #BB79CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB79CB is #448634. Grayscale: #959595. Windows color (decimal): -4490805 or 13334971. OLE color: 13334971.

HSL color Cylindrical-coordinate representation of color #BB79CB: hue angle of 288.29º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BB79CB is Cyan = 0.08, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 187 121 203 -
CMYK 0.08 0.40 0 0.20
HSL 288.29º 0.44% 0.64% -
HSV(B) 288.29º 0.4% 0.8% -
XYZ 38.11 28.55 60 -
YUV 150.08 157.87 154.33 -
System Red Green Blue C M Y K H S L
Decimal 187 121 203 0.08 0.40 0 0.20 288.29 0.44 0.64
Hex BB 79 CB 8 28 0 14 120 2C 40
Octal 273 171 313 10 50 0 24 440 54 100
Binary 10111011 1111001 11001011 1000 101000 0 10100 100100000 101100 1000000

Color Harmonies of #BB79CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB79CB

Black with #BB79CB

Text Example


Text Example

White with #BB79CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB79CB; }

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

 H1.HeaderClassName
 {
   color: #BB79CB;
 }
 .AnyTagClassName
 {
   color: #BB79CB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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