Html Css Color HEX #B37DD6 East Side

📋 copy color: '#B37DD6'

red 179 ◦ green 125 ◦ blue 214

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

Shades of East Side #B37DD6

Tints of East Side #B37DD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 41.31%

R = 34.56%
G = 24.13%
B = 41.31%

CMYK

 C value IS 0.16

 M value IS 0.42

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#B37DD6 (or 0xB37DD6) is known color: East Side. HEX triplet: B3, 7D and D6. RGB value is (179,125,214). Sum of RGB (Red+Green+Blue) = 179+125+214=518 (68% of max value = 765). Red value is 179 (70.31% from 255 or 34.56% from 518); Green value is 125 (49.22% from 255 or 24.13% from 518); Blue value is 214 (83.98% from 255 or 41.31% from 518); Max value from RGB is 214 - color contains mainly: blue. Hex color #B37DD6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B37DD6 is #4C8229. Grayscale: #969696. Windows color (decimal): -5014058 or 14056883. OLE color: 14056883.

HSL color Cylindrical-coordinate representation of color #B37DD6: hue angle of 276.4º degrees, saturation: 0.52, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B37DD6 is Cyan = 0.16, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 179 125 214 -
CMYK 0.16 0.42 0 0.16
HSL 276.4º 0.52% 0.66% -
HSV(B) 276.4º 0.42% 0.84% -
XYZ 38.06 29.11 67.23 -
YUV 151.29 163.39 147.76 -
System Red Green Blue C M Y K H S L
Decimal 179 125 214 0.16 0.42 0 0.16 276.4 0.52 0.66
Hex B3 7D D6 10 2A 0 10 114 34 42
Octal 263 175 326 20 52 0 20 424 64 102
Binary 10110011 1111101 11010110 10000 101010 0 10000 100010100 110100 1000010

Color Harmonies of #B37DD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B37DD6

Black with #B37DD6

Text Example


Text Example

White with #B37DD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B37DD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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