Html Css Color HEX #B376CF East Side

📋 copy color: '#B376CF'

red 179 ◦ green 118 ◦ blue 207

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

Shades of East Side #B376CF

Tints of East Side #B376CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 41.07%

R = 35.52%
G = 23.41%
B = 41.07%

CMYK

 C value IS 0.14

 M value IS 0.43

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B376CF (or 0xB376CF) is known color: East Side. HEX triplet: B3, 76 and CF. RGB value is (179,118,207). Sum of RGB (Red+Green+Blue) = 179+118+207=504 (66% of max value = 765). Red value is 179 (70.31% from 255 or 35.52% from 504); Green value is 118 (46.48% from 255 or 23.41% from 504); Blue value is 207 (81.25% from 255 or 41.07% from 504); Max value from RGB is 207 - color contains mainly: blue. Hex color #B376CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B376CF is #4C8930. Grayscale: #929292. Windows color (decimal): -5015857 or 13596339. OLE color: 13596339.

HSL color Cylindrical-coordinate representation of color #B376CF: hue angle of 281.12º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B376CF is Cyan = 0.14, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 179 118 207 -
CMYK 0.14 0.43 0 0.19
HSL 281.12º 0.48% 0.64% -
HSV(B) 281.12º 0.43% 0.81% -
XYZ 36.33 27.05 62.34 -
YUV 146.39 162.21 151.26 -
System Red Green Blue C M Y K H S L
Decimal 179 118 207 0.14 0.43 0 0.19 281.12 0.48 0.64
Hex B3 76 CF E 2B 0 13 119 30 40
Octal 263 166 317 16 53 0 23 431 60 100
Binary 10110011 1110110 11001111 1110 101011 0 10011 100011001 110000 1000000

Color Harmonies of #B376CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B376CF

Black with #B376CF

Text Example


Text Example

White with #B376CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B376CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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