Html Css Color HEX #B373C9 East Side

📋 copy color: '#B373C9'

red 179 ◦ green 115 ◦ blue 201

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

Shades of East Side #B373C9

Tints of East Side #B373C9

RGB

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

 GREEN value IS 115 (45.31% from 255) = 23.23%

 BLUE value IS 201 (78.91% from 255) = 40.61%

R = 36.16%
G = 23.23%
B = 40.61%

CMYK

 C value IS 0.11

 M value IS 0.43

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B373C9 (or 0xB373C9) is known color: East Side. HEX triplet: B3, 73 and C9. RGB value is (179,115,201). Sum of RGB (Red+Green+Blue) = 179+115+201=495 (65% of max value = 765). Red value is 179 (70.31% from 255 or 36.16% from 495); Green value is 115 (45.31% from 255 or 23.23% from 495); Blue value is 201 (78.91% from 255 or 40.61% from 495); Max value from RGB is 201 - color contains mainly: blue. Hex color #B373C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B373C9 is #4C8C36. Grayscale: #8F8F8F. Windows color (decimal): -5016631 or 13202355. OLE color: 13202355.

HSL color Cylindrical-coordinate representation of color #B373C9: hue angle of 284.65º degrees, saturation: 0.44, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B373C9 is Cyan = 0.11, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 179 115 201 -
CMYK 0.11 0.43 0 0.21
HSL 284.65º 0.44% 0.62% -
HSV(B) 284.65º 0.43% 0.79% -
XYZ 35.26 26.06 58.43 -
YUV 143.94 160.2 153.01 -
System Red Green Blue C M Y K H S L
Decimal 179 115 201 0.11 0.43 0 0.21 284.65 0.44 0.62
Hex B3 73 C9 B 2B 0 15 11D 2C 3E
Octal 263 163 311 13 53 0 25 435 54 76
Binary 10110011 1110011 11001001 1011 101011 0 10101 100011101 101100 111110

Color Harmonies of #B373C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B373C9

Black with #B373C9

Text Example


Text Example

White with #B373C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B373C9; }

 p { color: rgb(179,115,201); }

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

background-color css

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

 a { background-color: rgb(179,115,201); }

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

border-color css

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

 span { border-color: rgb(179,115,201); }

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