Html Css Color HEX #B080C3 East Side

📋 copy color: '#B080C3'

red 176 ◦ green 128 ◦ blue 195

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

Shades of East Side #B080C3

Tints of East Side #B080C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 39.08%

R = 35.27%
G = 25.65%
B = 39.08%

CMYK

 C value IS 0.10

 M value IS 0.34

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#B080C3 (or 0xB080C3) is known color: East Side. HEX triplet: B0, 80 and C3. RGB value is (176,128,195). Sum of RGB (Red+Green+Blue) = 176+128+195=499 (66% of max value = 765). Red value is 176 (69.14% from 255 or 35.27% from 499); Green value is 128 (50.39% from 255 or 25.65% from 499); Blue value is 195 (76.56% from 255 or 39.08% from 499); Max value from RGB is 195 - color contains mainly: blue. Hex color #B080C3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B080C3 is #4F7F3C. Grayscale: #959595. Windows color (decimal): -5209917 or 12812464. OLE color: 12812464.

HSL color Cylindrical-coordinate representation of color #B080C3: hue angle of 282.99º degrees, saturation: 0.36, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B080C3 is Cyan = 0.10, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 176 128 195 -
CMYK 0.10 0.34 0 0.24
HSL 282.99º 0.36% 0.63% -
HSV(B) 282.99º 0.34% 0.76% -
XYZ 35.47 28.61 55.28 -
YUV 149.99 153.4 146.55 -
System Red Green Blue C M Y K H S L
Decimal 176 128 195 0.10 0.34 0 0.24 282.99 0.36 0.63
Hex B0 80 C3 A 22 0 18 11B 24 3F
Octal 260 200 303 12 42 0 30 433 44 77
Binary 10110000 10000000 11000011 1010 100010 0 11000 100011011 100100 111111

Color Harmonies of #B080C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B080C3

Black with #B080C3

Text Example


Text Example

White with #B080C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B080C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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