Html Css Color HEX #B37BD2 East Side

📋 copy color: '#B37BD2'

red 179 ◦ green 123 ◦ blue 210

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

Shades of East Side #B37BD2

Tints of East Side #B37BD2

RGB

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

 GREEN value IS 123 (48.44% from 255) = 24.02%

 BLUE value IS 210 (82.42% from 255) = 41.02%

R = 34.96%
G = 24.02%
B = 41.02%

CMYK

 C value IS 0.15

 M value IS 0.41

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#B37BD2 (or 0xB37BD2) is known color: East Side. HEX triplet: B3, 7B and D2. RGB value is (179,123,210). Sum of RGB (Red+Green+Blue) = 179+123+210=512 (67% of max value = 765). Red value is 179 (70.31% from 255 or 34.96% from 512); Green value is 123 (48.44% from 255 or 24.02% from 512); Blue value is 210 (82.42% from 255 or 41.02% from 512); Max value from RGB is 210 - color contains mainly: blue. Hex color #B37BD2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B37BD2 is #4C842D. Grayscale: #959595. Windows color (decimal): -5014574 or 13794227. OLE color: 13794227.

HSL color Cylindrical-coordinate representation of color #B37BD2: hue angle of 278.62º degrees, saturation: 0.49, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B37BD2 is Cyan = 0.15, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 179 123 210 -
CMYK 0.15 0.41 0 0.18
HSL 278.62º 0.49% 0.65% -
HSV(B) 278.62º 0.41% 0.82% -
XYZ 37.31 28.4 64.49 -
YUV 149.66 162.05 148.93 -
System Red Green Blue C M Y K H S L
Decimal 179 123 210 0.15 0.41 0 0.18 278.62 0.49 0.65
Hex B3 7B D2 F 29 0 12 117 31 41
Octal 263 173 322 17 51 0 22 427 61 101
Binary 10110011 1111011 11010010 1111 101001 0 10010 100010111 110001 1000001

Color Harmonies of #B37BD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B37BD2

Black with #B37BD2

Text Example


Text Example

White with #B37BD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B37BD2; }

 p { color: rgb(179,123,210); }

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

background-color css

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

 a { background-color: rgb(179,123,210); }

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

border-color css

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

 span { border-color: rgb(179,123,210); }

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