Html Css Color HEX #B376D4 East Side

📋 copy color: '#B376D4'

red 179 ◦ green 118 ◦ blue 212

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

Shades of East Side #B376D4

Tints of East Side #B376D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 41.65%

R = 35.17%
G = 23.18%
B = 41.65%

CMYK

 C value IS 0.16

 M value IS 0.44

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#B376D4 (or 0xB376D4) is known color: East Side. HEX triplet: B3, 76 and D4. RGB value is (179,118,212). Sum of RGB (Red+Green+Blue) = 179+118+212=509 (67% of max value = 765). Red value is 179 (70.31% from 255 or 35.17% from 509); Green value is 118 (46.48% from 255 or 23.18% from 509); Blue value is 212 (83.20% from 255 or 41.65% from 509); Max value from RGB is 212 - color contains mainly: blue. Hex color #B376D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B376D4 is #4C892B. Grayscale: #929292. Windows color (decimal): -5015852 or 13924019. OLE color: 13924019.

HSL color Cylindrical-coordinate representation of color #B376D4: hue angle of 278.94º degrees, saturation: 0.52, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B376D4 is Cyan = 0.16, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 179 118 212 -
CMYK 0.16 0.44 0 0.17
HSL 278.94º 0.52% 0.65% -
HSV(B) 278.94º 0.44% 0.83% -
XYZ 36.95 27.29 65.61 -
YUV 146.96 164.71 150.86 -
System Red Green Blue C M Y K H S L
Decimal 179 118 212 0.16 0.44 0 0.17 278.94 0.52 0.65
Hex B3 76 D4 10 2C 0 11 117 34 41
Octal 263 166 324 20 54 0 21 427 64 101
Binary 10110011 1110110 11010100 10000 101100 0 10001 100010111 110100 1000001

Color Harmonies of #B376D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B376D4

Black with #B376D4

Text Example


Text Example

White with #B376D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B376D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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