Html Css Color HEX #B377CB East Side

📋 copy color: '#B377CB'

red 179 ◦ green 119 ◦ blue 203

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

Shades of East Side #B377CB

Tints of East Side #B377CB

RGB

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

 GREEN value IS 119 (46.88% from 255) = 23.75%

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

R = 35.73%
G = 23.75%
B = 40.52%

CMYK

 C value IS 0.12

 M value IS 0.41

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B377CB (or 0xB377CB) is known color: East Side. HEX triplet: B3, 77 and CB. RGB value is (179,119,203). Sum of RGB (Red+Green+Blue) = 179+119+203=501 (66% of max value = 765). Red value is 179 (70.31% from 255 or 35.73% from 501); Green value is 119 (46.88% from 255 or 23.75% from 501); Blue value is 203 (79.69% from 255 or 40.52% from 501); Max value from RGB is 203 - color contains mainly: blue. Hex color #B377CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B377CB is #4C8834. Grayscale: #929292. Windows color (decimal): -5015605 or 13334451. OLE color: 13334451.

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

Color convert

RGB 179 119 203 -
CMYK 0.12 0.41 0 0.20
HSL 282.86º 0.45% 0.63% -
HSV(B) 282.86º 0.41% 0.8% -
XYZ 35.97 27.09 59.83 -
YUV 146.52 159.88 151.17 -
System Red Green Blue C M Y K H S L
Decimal 179 119 203 0.12 0.41 0 0.20 282.86 0.45 0.63
Hex B3 77 CB C 29 0 14 11B 2D 3F
Octal 263 167 313 14 51 0 24 433 55 77
Binary 10110011 1110111 11001011 1100 101001 0 10100 100011011 101101 111111

Color Harmonies of #B377CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B377CB

Black with #B377CB

Text Example


Text Example

White with #B377CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B377CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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