Html Css Color HEX #B376BE East Side

📋 copy color: '#B376BE'

red 179 ◦ green 118 ◦ blue 190

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

Shades of East Side #B376BE

Tints of East Side #B376BE

RGB

 RED value IS 179 (70.31% from 255) = 36.76%

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

 BLUE value IS 190 (74.61% from 255) = 39.01%

R = 36.76%
G = 24.23%
B = 39.01%

CMYK

 C value IS 0.06

 M value IS 0.38

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B376BE (or 0xB376BE) is known color: East Side. HEX triplet: B3, 76 and BE. RGB value is (179,118,190). Sum of RGB (Red+Green+Blue) = 179+118+190=487 (64% of max value = 765). Red value is 179 (70.31% from 255 or 36.76% from 487); Green value is 118 (46.48% from 255 or 24.23% from 487); Blue value is 190 (74.61% from 255 or 39.01% from 487); Max value from RGB is 190 - color contains mainly: blue. Hex color #B376BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B376BE is #4C8941. Grayscale: #909090. Windows color (decimal): -5015874 or 12482227. OLE color: 12482227.

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

Color convert

RGB 179 118 190 -
CMYK 0.06 0.38 0 0.25
HSL 290.83º 0.36% 0.6% -
HSV(B) 290.83º 0.38% 0.75% -
XYZ 34.36 26.26 51.97 -
YUV 144.45 153.71 152.65 -
System Red Green Blue C M Y K H S L
Decimal 179 118 190 0.06 0.38 0 0.25 290.83 0.36 0.6
Hex B3 76 BE 6 26 0 19 123 24 3C
Octal 263 166 276 6 46 0 31 443 44 74
Binary 10110011 1110110 10111110 110 100110 0 11001 100100011 100100 111100

Color Harmonies of #B376BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B376BE

Black with #B376BE

Text Example


Text Example

White with #B376BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B376BE; }

 p { color: rgb(179,118,190); }

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

background-color css

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

 a { background-color: rgb(179,118,190); }

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

border-color css

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

 span { border-color: rgb(179,118,190); }

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