Html Css Color HEX #B080CB East Side

📋 copy color: '#B080CB'

red 176 ◦ green 128 ◦ blue 203

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

Shades of East Side #B080CB

Tints of East Side #B080CB

RGB

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

 GREEN value IS 128 (50.39% from 255) = 25.25%

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

R = 34.71%
G = 25.25%
B = 40.04%

CMYK

 C value IS 0.13

 M value IS 0.37

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B080CB (or 0xB080CB) is known color: East Side. HEX triplet: B0, 80 and CB. RGB value is (176,128,203). Sum of RGB (Red+Green+Blue) = 176+128+203=507 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.71% from 507); Green value is 128 (50.39% from 255 or 25.25% from 507); Blue value is 203 (79.69% from 255 or 40.04% from 507); Max value from RGB is 203 - color contains mainly: blue. Hex color #B080CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B080CB is #4F7F34. Grayscale: #969696. Windows color (decimal): -5209909 or 13336752. OLE color: 13336752.

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

Color convert

RGB 176 128 203 -
CMYK 0.13 0.37 0 0.20
HSL 278.4º 0.42% 0.65% -
HSV(B) 278.4º 0.37% 0.8% -
XYZ 36.4 28.98 60.18 -
YUV 150.9 157.4 145.9 -
System Red Green Blue C M Y K H S L
Decimal 176 128 203 0.13 0.37 0 0.20 278.4 0.42 0.65
Hex B0 80 CB D 25 0 14 116 2A 41
Octal 260 200 313 15 45 0 24 426 52 101
Binary 10110000 10000000 11001011 1101 100101 0 10100 100010110 101010 1000001

Color Harmonies of #B080CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B080CB

Black with #B080CB

Text Example


Text Example

White with #B080CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B080CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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