Html Css Color HEX #B37DBB East Side

📋 copy color: '#B37DBB'

red 179 ◦ green 125 ◦ blue 187

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

Shades of East Side #B37DBB

Tints of East Side #B37DBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 38.09%

R = 36.46%
G = 25.46%
B = 38.09%

CMYK

 C value IS 0.04

 M value IS 0.33

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B37DBB (or 0xB37DBB) is known color: East Side. HEX triplet: B3, 7D and BB. RGB value is (179,125,187). Sum of RGB (Red+Green+Blue) = 179+125+187=491 (65% of max value = 765). Red value is 179 (70.31% from 255 or 36.46% from 491); Green value is 125 (49.22% from 255 or 25.46% from 491); Blue value is 187 (73.44% from 255 or 38.09% from 491); Max value from RGB is 187 - color contains mainly: blue. Hex color #B37DBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B37DBB is #4C8244. Grayscale: #949494. Windows color (decimal): -5014085 or 12287411. OLE color: 12287411.

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

Color convert

RGB 179 125 187 -
CMYK 0.04 0.33 0 0.27
HSL 292.26º 0.31% 0.61% -
HSV(B) 292.26º 0.33% 0.73% -
XYZ 34.89 27.84 50.55 -
YUV 148.21 149.89 149.96 -
System Red Green Blue C M Y K H S L
Decimal 179 125 187 0.04 0.33 0 0.27 292.26 0.31 0.61
Hex B3 7D BB 4 21 0 1B 124 1F 3D
Octal 263 175 273 4 41 0 33 444 37 75
Binary 10110011 1111101 10111011 100 100001 0 11011 100100100 11111 111101

Color Harmonies of #B37DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B37DBB

Black with #B37DBB

Text Example


Text Example

White with #B37DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B37DBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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