Html Css Color HEX #B076C9 East Side

📋 copy color: '#B076C9'

red 176 ◦ green 118 ◦ blue 201

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

Shades of East Side #B076C9

Tints of East Side #B076C9

RGB

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

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

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

R = 35.56%
G = 23.84%
B = 40.61%

CMYK

 C value IS 0.12

 M value IS 0.41

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B076C9 (or 0xB076C9) is known color: East Side. HEX triplet: B0, 76 and C9. RGB value is (176,118,201). Sum of RGB (Red+Green+Blue) = 176+118+201=495 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.56% from 495); Green value is 118 (46.48% from 255 or 23.84% from 495); Blue value is 201 (78.91% from 255 or 40.61% from 495); Max value from RGB is 201 - color contains mainly: blue. Hex color #B076C9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B076C9 is #4F8936. Grayscale: #909090. Windows color (decimal): -5212471 or 13203120. OLE color: 13203120.

HSL color Cylindrical-coordinate representation of color #B076C9: hue angle of 281.93º degrees, saturation: 0.43, 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 #B076C9 is Cyan = 0.12, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 176 118 201 -
CMYK 0.12 0.41 0 0.21
HSL 281.93º 0.43% 0.63% -
HSV(B) 281.93º 0.41% 0.79% -
XYZ 34.93 26.4 58.51 -
YUV 144.8 159.72 150.25 -
System Red Green Blue C M Y K H S L
Decimal 176 118 201 0.12 0.41 0 0.21 281.93 0.43 0.63
Hex B0 76 C9 C 29 0 15 11A 2B 3F
Octal 260 166 311 14 51 0 25 432 53 77
Binary 10110000 1110110 11001001 1100 101001 0 10101 100011010 101011 111111

Color Harmonies of #B076C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B076C9

Black with #B076C9

Text Example


Text Example

White with #B076C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B076C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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