Html Css Color HEX #B17DB9 East Side

📋 copy color: '#B17DB9'

red 177 ◦ green 125 ◦ blue 185

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

Shades of East Side #B17DB9

Tints of East Side #B17DB9

RGB

 RED value IS 177 (69.53% from 255) = 36.34%

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

 BLUE value IS 185 (72.66% from 255) = 37.99%

R = 36.34%
G = 25.67%
B = 37.99%

CMYK

 C value IS 0.04

 M value IS 0.32

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B17DB9 (or 0xB17DB9) is known color: East Side. HEX triplet: B1, 7D and B9. RGB value is (177,125,185). Sum of RGB (Red+Green+Blue) = 177+125+185=487 (64% of max value = 765). Red value is 177 (69.53% from 255 or 36.34% from 487); Green value is 125 (49.22% from 255 or 25.67% from 487); Blue value is 185 (72.66% from 255 or 37.99% from 487); Max value from RGB is 185 - color contains mainly: blue. Hex color #B17DB9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B17DB9 is #4E8246. Grayscale: #939393. Windows color (decimal): -5145159 or 12156337. OLE color: 12156337.

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

Color convert

RGB 177 125 185 -
CMYK 0.04 0.32 0 0.27
HSL 292º 0.3% 0.61% -
HSV(B) 292º 0.32% 0.73% -
XYZ 34.22 27.52 49.41 -
YUV 147.39 149.23 149.12 -
System Red Green Blue C M Y K H S L
Decimal 177 125 185 0.04 0.32 0 0.27 292 0.3 0.61
Hex B1 7D B9 4 20 0 1B 124 1E 3D
Octal 261 175 271 4 40 0 33 444 36 75
Binary 10110001 1111101 10111001 100 100000 0 11011 100100100 11110 111101

Color Harmonies of #B17DB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B17DB9

Black with #B17DB9

Text Example


Text Example

White with #B17DB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B17DB9; }

 p { color: rgb(177,125,185); }

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

background-color css

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

 a { background-color: rgb(177,125,185); }

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

border-color css

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

 span { border-color: rgb(177,125,185); }

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