Html Css Color HEX #B076BD East Side

📋 copy color: '#B076BD'

red 176 ◦ green 118 ◦ blue 189

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

Shades of East Side #B076BD

Tints of East Side #B076BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 39.13%

R = 36.44%
G = 24.43%
B = 39.13%

CMYK

 C value IS 0.07

 M value IS 0.38

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B076BD (or 0xB076BD) is known color: East Side. HEX triplet: B0, 76 and BD. RGB value is (176,118,189). Sum of RGB (Red+Green+Blue) = 176+118+189=483 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.44% from 483); Green value is 118 (46.48% from 255 or 24.43% from 483); Blue value is 189 (74.22% from 255 or 39.13% from 483); Max value from RGB is 189 - color contains mainly: blue. Hex color #B076BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B076BD is #4F8942. Grayscale: #8F8F8F. Windows color (decimal): -5212483 or 12416688. OLE color: 12416688.

HSL color Cylindrical-coordinate representation of color #B076BD: hue angle of 289.01º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B076BD is Cyan = 0.07, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 176 118 189 -
CMYK 0.07 0.38 0 0.26
HSL 289.01º 0.35% 0.6% -
HSV(B) 289.01º 0.38% 0.74% -
XYZ 33.57 25.86 51.37 -
YUV 143.44 153.72 151.23 -
System Red Green Blue C M Y K H S L
Decimal 176 118 189 0.07 0.38 0 0.26 289.01 0.35 0.6
Hex B0 76 BD 7 26 0 1A 121 23 3C
Octal 260 166 275 7 46 0 32 441 43 74
Binary 10110000 1110110 10111101 111 100110 0 11010 100100001 100011 111100

Color Harmonies of #B076BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B076BD

Black with #B076BD

Text Example


Text Example

White with #B076BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B076BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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