Html Css Color HEX #B376CC East Side

📋 copy color: '#B376CC'

red 179 ◦ green 118 ◦ blue 204

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

Shades of East Side #B376CC

Tints of East Side #B376CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 40.72%

R = 35.73%
G = 23.55%
B = 40.72%

CMYK

 C value IS 0.12

 M value IS 0.42

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B376CC (or 0xB376CC) is known color: East Side. HEX triplet: B3, 76 and CC. RGB value is (179,118,204). Sum of RGB (Red+Green+Blue) = 179+118+204=501 (66% of max value = 765). Red value is 179 (70.31% from 255 or 35.73% from 501); Green value is 118 (46.48% from 255 or 23.55% from 501); Blue value is 204 (80.08% from 255 or 40.72% from 501); Max value from RGB is 204 - color contains mainly: blue. Hex color #B376CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B376CC is #4C8933. Grayscale: #919191. Windows color (decimal): -5015860 or 13399731. OLE color: 13399731.

HSL color Cylindrical-coordinate representation of color #B376CC: hue angle of 282.56º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B376CC is Cyan = 0.12, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 179 118 204 -
CMYK 0.12 0.42 0 0.2
HSL 282.56º 0.46% 0.63% -
HSV(B) 282.56º 0.42% 0.8% -
XYZ 35.97 26.9 60.42 -
YUV 146.04 160.71 151.51 -
System Red Green Blue C M Y K H S L
Decimal 179 118 204 0.12 0.42 0 0.2 282.56 0.46 0.63
Hex B3 76 CC C 2A 0 14 11B 2E 3F
Octal 263 166 314 14 52 0 24 433 56 77
Binary 10110011 1110110 11001100 1100 101010 0 10100 100011011 101110 111111

Color Harmonies of #B376CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B376CC

Black with #B376CC

Text Example


Text Example

White with #B376CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B376CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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