Html Css Color HEX #B373BA East Side

📋 copy color: '#B373BA'

red 179 ◦ green 115 ◦ blue 186

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

Shades of East Side #B373BA

Tints of East Side #B373BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 38.75%

R = 37.29%
G = 23.96%
B = 38.75%

CMYK

 C value IS 0.04

 M value IS 0.38

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B373BA (or 0xB373BA) is known color: East Side. HEX triplet: B3, 73 and BA. RGB value is (179,115,186). Sum of RGB (Red+Green+Blue) = 179+115+186=480 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.29% from 480); Green value is 115 (45.31% from 255 or 23.96% from 480); Blue value is 186 (73.05% from 255 or 38.75% from 480); Max value from RGB is 186 - color contains mainly: blue. Hex color #B373BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B373BA is #4C8C45. Grayscale: #8E8E8E. Windows color (decimal): -5016646 or 12219315. OLE color: 12219315.

HSL color Cylindrical-coordinate representation of color #B373BA: hue angle of 294.08º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B373BA is Cyan = 0.04, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 179 115 186 -
CMYK 0.04 0.38 0 0.27
HSL 294.08º 0.34% 0.59% -
HSV(B) 294.08º 0.38% 0.73% -
XYZ 33.58 25.39 49.59 -
YUV 142.23 152.7 154.23 -
System Red Green Blue C M Y K H S L
Decimal 179 115 186 0.04 0.38 0 0.27 294.08 0.34 0.59
Hex B3 73 BA 4 26 0 1B 126 22 3B
Octal 263 163 272 4 46 0 33 446 42 73
Binary 10110011 1110011 10111010 100 100110 0 11011 100100110 100010 111011

Color Harmonies of #B373BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B373BA

Black with #B373BA

Text Example


Text Example

White with #B373BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B373BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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