Html Css Color HEX #B37DC1 East Side

📋 copy color: '#B37DC1'

red 179 ◦ green 125 ◦ blue 193

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

Shades of East Side #B37DC1

Tints of East Side #B37DC1

RGB

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

 GREEN value IS 125 (49.22% from 255) = 25.15%

 BLUE value IS 193 (75.78% from 255) = 38.83%

R = 36.02%
G = 25.15%
B = 38.83%

CMYK

 C value IS 0.07

 M value IS 0.35

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#B37DC1 (or 0xB37DC1) is known color: East Side. HEX triplet: B3, 7D and C1. RGB value is (179,125,193). Sum of RGB (Red+Green+Blue) = 179+125+193=497 (65% of max value = 765). Red value is 179 (70.31% from 255 or 36.02% from 497); Green value is 125 (49.22% from 255 or 25.15% from 497); Blue value is 193 (75.78% from 255 or 38.83% from 497); Max value from RGB is 193 - color contains mainly: blue. Hex color #B37DC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B37DC1 is #4C823E. Grayscale: #949494. Windows color (decimal): -5014079 or 12680627. OLE color: 12680627.

HSL color Cylindrical-coordinate representation of color #B37DC1: hue angle of 287.65º degrees, saturation: 0.35, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B37DC1 is Cyan = 0.07, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 179 125 193 -
CMYK 0.07 0.35 0 0.24
HSL 287.65º 0.35% 0.62% -
HSV(B) 287.65º 0.35% 0.76% -
XYZ 35.55 28.1 54 -
YUV 148.9 152.89 149.47 -
System Red Green Blue C M Y K H S L
Decimal 179 125 193 0.07 0.35 0 0.24 287.65 0.35 0.62
Hex B3 7D C1 7 23 0 18 120 23 3E
Octal 263 175 301 7 43 0 30 440 43 76
Binary 10110011 1111101 11000001 111 100011 0 11000 100100000 100011 111110

Color Harmonies of #B37DC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B37DC1

Black with #B37DC1

Text Example


Text Example

White with #B37DC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B37DC1; }

 p { color: rgb(179,125,193); }

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

background-color css

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

 a { background-color: rgb(179,125,193); }

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

border-color css

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

 span { border-color: rgb(179,125,193); }

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