Html Css Color HEX #B076BF East Side

📋 copy color: '#B076BF'

red 176 ◦ green 118 ◦ blue 191

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

Shades of East Side #B076BF

Tints of East Side #B076BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 39.38%

R = 36.29%
G = 24.33%
B = 39.38%

CMYK

 C value IS 0.08

 M value IS 0.38

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B076BF (or 0xB076BF) is known color: East Side. HEX triplet: B0, 76 and BF. RGB value is (176,118,191). Sum of RGB (Red+Green+Blue) = 176+118+191=485 (64% of max value = 765). Red value is 176 (69.14% from 255 or 36.29% from 485); Green value is 118 (46.48% from 255 or 24.33% from 485); Blue value is 191 (75% from 255 or 39.38% from 485); Max value from RGB is 191 - color contains mainly: blue. Hex color #B076BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B076BF is #4F8940. Grayscale: #8F8F8F. Windows color (decimal): -5212481 or 12547760. OLE color: 12547760.

HSL color Cylindrical-coordinate representation of color #B076BF: hue angle of 287.67º degrees, saturation: 0.36, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B076BF is Cyan = 0.08, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 176 118 191 -
CMYK 0.08 0.38 0 0.25
HSL 287.67º 0.36% 0.61% -
HSV(B) 287.67º 0.38% 0.75% -
XYZ 33.79 25.95 52.52 -
YUV 143.66 154.72 151.06 -
System Red Green Blue C M Y K H S L
Decimal 176 118 191 0.08 0.38 0 0.25 287.67 0.36 0.61
Hex B0 76 BF 8 26 0 19 120 24 3D
Octal 260 166 277 10 46 0 31 440 44 75
Binary 10110000 1110110 10111111 1000 100110 0 11001 100100000 100100 111101

Color Harmonies of #B076BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B076BF

Black with #B076BF

Text Example


Text Example

White with #B076BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B076BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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