Html Css Color HEX #B376CE East Side

📋 copy color: '#B376CE'

red 179 ◦ green 118 ◦ blue 206

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

Shades of East Side #B376CE

Tints of East Side #B376CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 40.95%

R = 35.59%
G = 23.46%
B = 40.95%

CMYK

 C value IS 0.13

 M value IS 0.43

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B376CE (or 0xB376CE) is known color: East Side. HEX triplet: B3, 76 and CE. RGB value is (179,118,206). Sum of RGB (Red+Green+Blue) = 179+118+206=503 (66% of max value = 765). Red value is 179 (70.31% from 255 or 35.59% from 503); Green value is 118 (46.48% from 255 or 23.46% from 503); Blue value is 206 (80.86% from 255 or 40.95% from 503); Max value from RGB is 206 - color contains mainly: blue. Hex color #B376CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B376CE is #4C8931. Grayscale: #919191. Windows color (decimal): -5015858 or 13530803. OLE color: 13530803.

HSL color Cylindrical-coordinate representation of color #B376CE: hue angle of 281.59º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B376CE is Cyan = 0.13, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 179 118 206 -
CMYK 0.13 0.43 0 0.19
HSL 281.59º 0.47% 0.64% -
HSV(B) 281.59º 0.43% 0.81% -
XYZ 36.21 27 61.69 -
YUV 146.27 161.71 151.34 -
System Red Green Blue C M Y K H S L
Decimal 179 118 206 0.13 0.43 0 0.19 281.59 0.47 0.64
Hex B3 76 CE D 2B 0 13 11A 2F 40
Octal 263 166 316 15 53 0 23 432 57 100
Binary 10110011 1110110 11001110 1101 101011 0 10011 100011010 101111 1000000

Color Harmonies of #B376CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B376CE

Black with #B376CE

Text Example


Text Example

White with #B376CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B376CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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