Html Css Color HEX #B374BA East Side

📋 copy color: '#B374BA'

red 179 ◦ green 116 ◦ blue 186

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

Shades of East Side #B374BA

Tints of East Side #B374BA

RGB

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

 GREEN value IS 116 (45.7% from 255) = 24.12%

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

R = 37.21%
G = 24.12%
B = 38.67%

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

#B374BA (or 0xB374BA) is known color: East Side. HEX triplet: B3, 74 and BA. RGB value is (179,116,186). Sum of RGB (Red+Green+Blue) = 179+116+186=481 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.21% from 481); Green value is 116 (45.70% from 255 or 24.12% from 481); Blue value is 186 (73.05% from 255 or 38.67% from 481); Max value from RGB is 186 - color contains mainly: blue. Hex color #B374BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B374BA is #4C8B45. Grayscale: #8E8E8E. Windows color (decimal): -5016390 or 12219571. OLE color: 12219571.

HSL color Cylindrical-coordinate representation of color #B374BA: hue angle of 294º 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 #B374BA is Cyan = 0.04, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 179 116 186 -
CMYK 0.04 0.38 0 0.27
HSL 294º 0.34% 0.59% -
HSV(B) 294º 0.38% 0.73% -
XYZ 33.7 25.62 49.62 -
YUV 142.82 152.37 153.81 -
System Red Green Blue C M Y K H S L
Decimal 179 116 186 0.04 0.38 0 0.27 294 0.34 0.59
Hex B3 74 BA 4 26 0 1B 126 22 3B
Octal 263 164 272 4 46 0 33 446 42 73
Binary 10110011 1110100 10111010 100 100110 0 11011 100100110 100010 111011

Color Harmonies of #B374BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B374BA

Black with #B374BA

Text Example


Text Example

White with #B374BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B374BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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