Html Css Color HEX #B37DD4 East Side

📋 copy color: '#B37DD4'

red 179 ◦ green 125 ◦ blue 212

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

Shades of East Side #B37DD4

Tints of East Side #B37DD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 41.09%

R = 34.69%
G = 24.22%
B = 41.09%

CMYK

 C value IS 0.16

 M value IS 0.41

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#B37DD4 (or 0xB37DD4) is known color: East Side. HEX triplet: B3, 7D and D4. RGB value is (179,125,212). Sum of RGB (Red+Green+Blue) = 179+125+212=516 (68% of max value = 765). Red value is 179 (70.31% from 255 or 34.69% from 516); Green value is 125 (49.22% from 255 or 24.22% from 516); Blue value is 212 (83.20% from 255 or 41.09% from 516); Max value from RGB is 212 - color contains mainly: blue. Hex color #B37DD4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B37DD4 is #4C822B. Grayscale: #969696. Windows color (decimal): -5014060 or 13925811. OLE color: 13925811.

HSL color Cylindrical-coordinate representation of color #B37DD4: hue angle of 277.24º degrees, saturation: 0.5, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B37DD4 is Cyan = 0.16, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 179 125 212 -
CMYK 0.16 0.41 0 0.17
HSL 277.24º 0.5% 0.66% -
HSV(B) 277.24º 0.41% 0.83% -
XYZ 37.81 29 65.89 -
YUV 151.06 162.39 147.93 -
System Red Green Blue C M Y K H S L
Decimal 179 125 212 0.16 0.41 0 0.17 277.24 0.5 0.66
Hex B3 7D D4 10 29 0 11 115 32 42
Octal 263 175 324 20 51 0 21 425 62 102
Binary 10110011 1111101 11010100 10000 101001 0 10001 100010101 110010 1000010

Color Harmonies of #B37DD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B37DD4

Black with #B37DD4

Text Example


Text Example

White with #B37DD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B37DD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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