Html Css Color HEX #B376CD East Side

📋 copy color: '#B376CD'

red 179 ◦ green 118 ◦ blue 205

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

Shades of East Side #B376CD

Tints of East Side #B376CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 40.84%

R = 35.66%
G = 23.51%
B = 40.84%

CMYK

 C value IS 0.13

 M value IS 0.42

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B376CD (or 0xB376CD) is known color: East Side. HEX triplet: B3, 76 and CD. RGB value is (179,118,205). Sum of RGB (Red+Green+Blue) = 179+118+205=502 (66% of max value = 765). Red value is 179 (70.31% from 255 or 35.66% from 502); Green value is 118 (46.48% from 255 or 23.51% from 502); Blue value is 205 (80.47% from 255 or 40.84% from 502); Max value from RGB is 205 - color contains mainly: blue. Hex color #B376CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B376CD is #4C8932. Grayscale: #919191. Windows color (decimal): -5015859 or 13465267. OLE color: 13465267.

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

Color convert

RGB 179 118 205 -
CMYK 0.13 0.42 0 0.20
HSL 282.07º 0.47% 0.63% -
HSV(B) 282.07º 0.42% 0.8% -
XYZ 36.09 26.95 61.06 -
YUV 146.16 161.21 151.43 -
System Red Green Blue C M Y K H S L
Decimal 179 118 205 0.13 0.42 0 0.20 282.07 0.47 0.63
Hex B3 76 CD D 2A 0 14 11A 2F 3F
Octal 263 166 315 15 52 0 24 432 57 77
Binary 10110011 1110110 11001101 1101 101010 0 10100 100011010 101111 111111

Color Harmonies of #B376CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B376CD

Black with #B376CD

Text Example


Text Example

White with #B376CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B376CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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