Html Css Color HEX #B076CB East Side

📋 copy color: '#B076CB'

red 176 ◦ green 118 ◦ blue 203

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

Shades of East Side #B076CB

Tints of East Side #B076CB

RGB

 RED value IS 176 (69.14% from 255) = 35.41%

 GREEN value IS 118 (46.48% from 255) = 23.74%

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

R = 35.41%
G = 23.74%
B = 40.85%

CMYK

 C value IS 0.13

 M value IS 0.42

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B076CB (or 0xB076CB) is known color: East Side. HEX triplet: B0, 76 and CB. RGB value is (176,118,203). Sum of RGB (Red+Green+Blue) = 176+118+203=497 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.41% from 497); Green value is 118 (46.48% from 255 or 23.74% from 497); Blue value is 203 (79.69% from 255 or 40.85% from 497); Max value from RGB is 203 - color contains mainly: blue. Hex color #B076CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B076CB is #4F8934. Grayscale: #909090. Windows color (decimal): -5212469 or 13334192. OLE color: 13334192.

HSL color Cylindrical-coordinate representation of color #B076CB: hue angle of 280.94º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B076CB is Cyan = 0.13, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 176 118 203 -
CMYK 0.13 0.42 0 0.20
HSL 280.94º 0.45% 0.63% -
HSV(B) 280.94º 0.42% 0.8% -
XYZ 35.16 26.5 59.76 -
YUV 145.03 160.72 150.09 -
System Red Green Blue C M Y K H S L
Decimal 176 118 203 0.13 0.42 0 0.20 280.94 0.45 0.63
Hex B0 76 CB D 2A 0 14 119 2D 3F
Octal 260 166 313 15 52 0 24 431 55 77
Binary 10110000 1110110 11001011 1101 101010 0 10100 100011001 101101 111111

Color Harmonies of #B076CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B076CB

Black with #B076CB

Text Example


Text Example

White with #B076CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B076CB; }

 p { color: rgb(176,118,203); }

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

background-color css

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

 a { background-color: rgb(176,118,203); }

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

border-color css

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

 span { border-color: rgb(176,118,203); }

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