Html Css Color HEX #B276BF East Side

📋 copy color: '#B276BF'

red 178 ◦ green 118 ◦ blue 191

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

Shades of East Side #B276BF

Tints of East Side #B276BF

RGB

 RED value IS 178 (69.92% from 255) = 36.55%

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

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

R = 36.55%
G = 24.23%
B = 39.22%

CMYK

 C value IS 0.07

 M value IS 0.38

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B276BF (or 0xB276BF) is known color: East Side. HEX triplet: B2, 76 and BF. RGB value is (178,118,191). Sum of RGB (Red+Green+Blue) = 178+118+191=487 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.55% from 487); Green value is 118 (46.48% from 255 or 24.23% from 487); Blue value is 191 (75% from 255 or 39.22% from 487); Max value from RGB is 191 - color contains mainly: blue. Hex color #B276BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B276BF is #4D8940. Grayscale: #909090. Windows color (decimal): -5081409 or 12547762. OLE color: 12547762.

HSL color Cylindrical-coordinate representation of color #B276BF: hue angle of 289.32º 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 #B276BF is Cyan = 0.07, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 178 118 191 -
CMYK 0.07 0.38 0 0.25
HSL 289.32º 0.36% 0.61% -
HSV(B) 289.32º 0.38% 0.75% -
XYZ 34.24 26.18 52.54 -
YUV 144.26 154.38 152.06 -
System Red Green Blue C M Y K H S L
Decimal 178 118 191 0.07 0.38 0 0.25 289.32 0.36 0.61
Hex B2 76 BF 7 26 0 19 121 24 3D
Octal 262 166 277 7 46 0 31 441 44 75
Binary 10110010 1110110 10111111 111 100110 0 11001 100100001 100100 111101

Color Harmonies of #B276BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B276BF

Black with #B276BF

Text Example


Text Example

White with #B276BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B276BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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