Html Css Color HEX #B37FBA East Side

📋 copy color: '#B37FBA'

red 179 ◦ green 127 ◦ blue 186

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

Shades of East Side #B37FBA

Tints of East Side #B37FBA

RGB

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

 GREEN value IS 127 (50% from 255) = 25.81%

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

R = 36.38%
G = 25.81%
B = 37.8%

CMYK

 C value IS 0.04

 M value IS 0.32

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B37FBA (or 0xB37FBA) is known color: East Side. HEX triplet: B3, 7F and BA. RGB value is (179,127,186). Sum of RGB (Red+Green+Blue) = 179+127+186=492 (65% of max value = 765). Red value is 179 (70.31% from 255 or 36.38% from 492); Green value is 127 (50% from 255 or 25.81% from 492); Blue value is 186 (73.05% from 255 or 37.80% from 492); Max value from RGB is 186 - color contains mainly: blue. Hex color #B37FBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B37FBA is #4C8045. Grayscale: #959595. Windows color (decimal): -5013574 or 12222387. OLE color: 12222387.

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

Color convert

RGB 179 127 186 -
CMYK 0.04 0.32 0 0.27
HSL 292.88º 0.3% 0.61% -
HSV(B) 292.88º 0.32% 0.73% -
XYZ 35.04 28.31 50.07 -
YUV 149.27 148.73 149.2 -
System Red Green Blue C M Y K H S L
Decimal 179 127 186 0.04 0.32 0 0.27 292.88 0.3 0.61
Hex B3 7F BA 4 20 0 1B 125 1E 3D
Octal 263 177 272 4 40 0 33 445 36 75
Binary 10110011 1111111 10111010 100 100000 0 11011 100100101 11110 111101

Color Harmonies of #B37FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B37FBA

Black with #B37FBA

Text Example


Text Example

White with #B37FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B37FBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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