Html Css Color HEX #B080C9 East Side

📋 copy color: '#B080C9'

red 176 ◦ green 128 ◦ blue 201

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

Shades of East Side #B080C9

Tints of East Side #B080C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 39.8%

R = 34.85%
G = 25.35%
B = 39.8%

CMYK

 C value IS 0.12

 M value IS 0.36

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B080C9 (or 0xB080C9) is known color: East Side. HEX triplet: B0, 80 and C9. RGB value is (176,128,201). Sum of RGB (Red+Green+Blue) = 176+128+201=505 (66% of max value = 765). Red value is 176 (69.14% from 255 or 34.85% from 505); Green value is 128 (50.39% from 255 or 25.35% from 505); Blue value is 201 (78.91% from 255 or 39.80% from 505); Max value from RGB is 201 - color contains mainly: blue. Hex color #B080C9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B080C9 is #4F7F36. Grayscale: #969696. Windows color (decimal): -5209911 or 13205680. OLE color: 13205680.

HSL color Cylindrical-coordinate representation of color #B080C9: hue angle of 279.45º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B080C9 is Cyan = 0.12, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 176 128 201 -
CMYK 0.12 0.36 0 0.21
HSL 279.45º 0.4% 0.65% -
HSV(B) 279.45º 0.36% 0.79% -
XYZ 36.17 28.89 58.93 -
YUV 150.67 156.4 146.06 -
System Red Green Blue C M Y K H S L
Decimal 176 128 201 0.12 0.36 0 0.21 279.45 0.4 0.65
Hex B0 80 C9 C 24 0 15 117 28 41
Octal 260 200 311 14 44 0 25 427 50 101
Binary 10110000 10000000 11001001 1100 100100 0 10101 100010111 101000 1000001

Color Harmonies of #B080C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B080C9

Black with #B080C9

Text Example


Text Example

White with #B080C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B080C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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