Html Css Color HEX #B37ABA East Side

📋 copy color: '#B37ABA'

red 179 ◦ green 122 ◦ blue 186

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

Shades of East Side #B37ABA

Tints of East Side #B37ABA

RGB

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

 GREEN value IS 122 (48.05% from 255) = 25.05%

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

R = 36.76%
G = 25.05%
B = 38.19%

CMYK

 C value IS 0.04

 M value IS 0.34

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B37ABA (or 0xB37ABA) is known color: East Side. HEX triplet: B3, 7A and BA. RGB value is (179,122,186). Sum of RGB (Red+Green+Blue) = 179+122+186=487 (64% of max value = 765). Red value is 179 (70.31% from 255 or 36.76% from 487); Green value is 122 (48.05% from 255 or 25.05% from 487); Blue value is 186 (73.05% from 255 or 38.19% from 487); Max value from RGB is 186 - color contains mainly: blue. Hex color #B37ABA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B37ABA is #4C8545. Grayscale: #929292. Windows color (decimal): -5014854 or 12221107. OLE color: 12221107.

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

Color convert

RGB 179 122 186 -
CMYK 0.04 0.34 0 0.27
HSL 293.44º 0.32% 0.6% -
HSV(B) 293.44º 0.34% 0.73% -
XYZ 34.41 27.05 49.86 -
YUV 146.34 150.38 151.3 -
System Red Green Blue C M Y K H S L
Decimal 179 122 186 0.04 0.34 0 0.27 293.44 0.32 0.6
Hex B3 7A BA 4 22 0 1B 125 20 3C
Octal 263 172 272 4 42 0 33 445 40 74
Binary 10110011 1111010 10111010 100 100010 0 11011 100100101 100000 111100

Color Harmonies of #B37ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B37ABA

Black with #B37ABA

Text Example


Text Example

White with #B37ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B37ABA; }

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

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

background-color css

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

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

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

border-color css

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

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

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