Html Css Color HEX #B076CA East Side

📋 copy color: '#B076CA'

red 176 ◦ green 118 ◦ blue 202

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

Shades of East Side #B076CA

Tints of East Side #B076CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 40.73%

R = 35.48%
G = 23.79%
B = 40.73%

CMYK

 C value IS 0.13

 M value IS 0.42

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B076CA (or 0xB076CA) is known color: East Side. HEX triplet: B0, 76 and CA. RGB value is (176,118,202). Sum of RGB (Red+Green+Blue) = 176+118+202=496 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.48% from 496); Green value is 118 (46.48% from 255 or 23.79% from 496); Blue value is 202 (79.30% from 255 or 40.73% from 496); Max value from RGB is 202 - color contains mainly: blue. Hex color #B076CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B076CA is #4F8935. Grayscale: #909090. Windows color (decimal): -5212470 or 13268656. OLE color: 13268656.

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

Color convert

RGB 176 118 202 -
CMYK 0.13 0.42 0 0.21
HSL 281.43º 0.44% 0.63% -
HSV(B) 281.43º 0.42% 0.79% -
XYZ 35.04 26.45 59.14 -
YUV 144.92 160.22 150.17 -
System Red Green Blue C M Y K H S L
Decimal 176 118 202 0.13 0.42 0 0.21 281.43 0.44 0.63
Hex B0 76 CA D 2A 0 15 119 2C 3F
Octal 260 166 312 15 52 0 25 431 54 77
Binary 10110000 1110110 11001010 1101 101010 0 10101 100011001 101100 111111

Color Harmonies of #B076CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B076CA

Black with #B076CA

Text Example


Text Example

White with #B076CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B076CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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