Html Css Color HEX #B077CA East Side

📋 copy color: '#B077CA'

red 176 ◦ green 119 ◦ blue 202

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

Shades of East Side #B077CA

Tints of East Side #B077CA

RGB

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

 GREEN value IS 119 (46.88% from 255) = 23.94%

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

R = 35.41%
G = 23.94%
B = 40.64%

CMYK

 C value IS 0.13

 M value IS 0.41

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B077CA (or 0xB077CA) is known color: East Side. HEX triplet: B0, 77 and CA. RGB value is (176,119,202). Sum of RGB (Red+Green+Blue) = 176+119+202=497 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.41% from 497); Green value is 119 (46.88% from 255 or 23.94% from 497); Blue value is 202 (79.30% from 255 or 40.64% from 497); Max value from RGB is 202 - color contains mainly: blue. Hex color #B077CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B077CA is #4F8835. Grayscale: #919191. Windows color (decimal): -5212214 or 13268912. OLE color: 13268912.

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

Color convert

RGB 176 119 202 -
CMYK 0.13 0.41 0 0.21
HSL 281.2º 0.44% 0.63% -
HSV(B) 281.2º 0.41% 0.79% -
XYZ 35.16 26.69 59.18 -
YUV 145.51 159.88 149.75 -
System Red Green Blue C M Y K H S L
Decimal 176 119 202 0.13 0.41 0 0.21 281.2 0.44 0.63
Hex B0 77 CA D 29 0 15 119 2C 3F
Octal 260 167 312 15 51 0 25 431 54 77
Binary 10110000 1110111 11001010 1101 101001 0 10101 100011001 101100 111111

Color Harmonies of #B077CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B077CA

Black with #B077CA

Text Example


Text Example

White with #B077CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B077CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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