Html Css Color HEX #B374BE East Side

📋 copy color: '#B374BE'

red 179 ◦ green 116 ◦ blue 190

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

Shades of East Side #B374BE

Tints of East Side #B374BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 39.18%

R = 36.91%
G = 23.92%
B = 39.18%

CMYK

 C value IS 0.06

 M value IS 0.39

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B374BE (or 0xB374BE) is known color: East Side. HEX triplet: B3, 74 and BE. RGB value is (179,116,190). Sum of RGB (Red+Green+Blue) = 179+116+190=485 (64% of max value = 765). Red value is 179 (70.31% from 255 or 36.91% from 485); Green value is 116 (45.70% from 255 or 23.92% from 485); Blue value is 190 (74.61% from 255 or 39.18% from 485); Max value from RGB is 190 - color contains mainly: blue. Hex color #B374BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B374BE is #4C8B41. Grayscale: #8F8F8F. Windows color (decimal): -5016386 or 12481715. OLE color: 12481715.

HSL color Cylindrical-coordinate representation of color #B374BE: hue angle of 291.08º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B374BE is Cyan = 0.06, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 179 116 190 -
CMYK 0.06 0.39 0 0.25
HSL 291.08º 0.36% 0.6% -
HSV(B) 291.08º 0.39% 0.75% -
XYZ 34.13 25.79 51.89 -
YUV 143.27 154.37 153.48 -
System Red Green Blue C M Y K H S L
Decimal 179 116 190 0.06 0.39 0 0.25 291.08 0.36 0.6
Hex B3 74 BE 6 27 0 19 123 24 3C
Octal 263 164 276 6 47 0 31 443 44 74
Binary 10110011 1110100 10111110 110 100111 0 11001 100100011 100100 111100

Color Harmonies of #B374BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B374BE

Black with #B374BE

Text Example


Text Example

White with #B374BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B374BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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