Html Css Color HEX #B37CBA East Side

📋 copy color: '#B37CBA'

red 179 ◦ green 124 ◦ blue 186

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

Shades of East Side #B37CBA

Tints of East Side #B37CBA

RGB

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

 GREEN value IS 124 (48.83% from 255) = 25.36%

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

R = 36.61%
G = 25.36%
B = 38.04%

CMYK

 C value IS 0.04

 M value IS 0.33

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B37CBA (or 0xB37CBA) is known color: East Side. HEX triplet: B3, 7C and BA. RGB value is (179,124,186). Sum of RGB (Red+Green+Blue) = 179+124+186=489 (64% of max value = 765). Red value is 179 (70.31% from 255 or 36.61% from 489); Green value is 124 (48.83% from 255 or 25.36% from 489); Blue value is 186 (73.05% from 255 or 38.04% from 489); Max value from RGB is 186 - color contains mainly: blue. Hex color #B37CBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B37CBA is #4C8345. Grayscale: #939393. Windows color (decimal): -5014342 or 12221619. OLE color: 12221619.

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

Color convert

RGB 179 124 186 -
CMYK 0.04 0.33 0 0.27
HSL 293.23º 0.31% 0.61% -
HSV(B) 293.23º 0.33% 0.73% -
XYZ 34.66 27.54 49.94 -
YUV 147.51 149.72 150.46 -
System Red Green Blue C M Y K H S L
Decimal 179 124 186 0.04 0.33 0 0.27 293.23 0.31 0.61
Hex B3 7C BA 4 21 0 1B 125 1F 3D
Octal 263 174 272 4 41 0 33 445 37 75
Binary 10110011 1111100 10111010 100 100001 0 11011 100100101 11111 111101

Color Harmonies of #B37CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B37CBA

Black with #B37CBA

Text Example


Text Example

White with #B37CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B37CBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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