Html Css Color HEX #B376CB East Side

📋 copy color: '#B376CB'

red 179 ◦ green 118 ◦ blue 203

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

Shades of East Side #B376CB

Tints of East Side #B376CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 40.6%

R = 35.8%
G = 23.6%
B = 40.6%

CMYK

 C value IS 0.12

 M value IS 0.42

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B376CB (or 0xB376CB) is known color: East Side. HEX triplet: B3, 76 and CB. RGB value is (179,118,203). Sum of RGB (Red+Green+Blue) = 179+118+203=500 (66% of max value = 765). Red value is 179 (70.31% from 255 or 35.8% from 500); Green value is 118 (46.48% from 255 or 23.6% from 500); Blue value is 203 (79.69% from 255 or 40.6% from 500); Max value from RGB is 203 - color contains mainly: blue. Hex color #B376CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B376CB is #4C8934. Grayscale: #919191. Windows color (decimal): -5015861 or 13334195. OLE color: 13334195.

HSL color Cylindrical-coordinate representation of color #B376CB: hue angle of 283.06º degrees, saturation: 0.45, 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 #B376CB is Cyan = 0.12, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 179 118 203 -
CMYK 0.12 0.42 0 0.20
HSL 283.06º 0.45% 0.63% -
HSV(B) 283.06º 0.42% 0.8% -
XYZ 35.85 26.85 59.79 -
YUV 145.93 160.21 151.59 -
System Red Green Blue C M Y K H S L
Decimal 179 118 203 0.12 0.42 0 0.20 283.06 0.45 0.63
Hex B3 76 CB C 2A 0 14 11B 2D 3F
Octal 263 166 313 14 52 0 24 433 55 77
Binary 10110011 1110110 11001011 1100 101010 0 10100 100011011 101101 111111

Color Harmonies of #B376CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B376CB

Black with #B376CB

Text Example


Text Example

White with #B376CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B376CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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