Html Css Color HEX #B17DB6 East Side

📋 copy color: '#B17DB6'

red 177 ◦ green 125 ◦ blue 182

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

Shades of East Side #B17DB6

Tints of East Side #B17DB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 37.6%

R = 36.57%
G = 25.83%
B = 37.6%

CMYK

 C value IS 0.03

 M value IS 0.31

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#B17DB6 (or 0xB17DB6) is known color: East Side. HEX triplet: B1, 7D and B6. RGB value is (177,125,182). Sum of RGB (Red+Green+Blue) = 177+125+182=484 (64% of max value = 765). Red value is 177 (69.53% from 255 or 36.57% from 484); Green value is 125 (49.22% from 255 or 25.83% from 484); Blue value is 182 (71.48% from 255 or 37.60% from 484); Max value from RGB is 182 - color contains mainly: blue. Hex color #B17DB6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B17DB6 is #4E8249. Grayscale: #929292. Windows color (decimal): -5145162 or 11959729. OLE color: 11959729.

HSL color Cylindrical-coordinate representation of color #B17DB6: hue angle of 294.74º degrees, saturation: 0.28, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B17DB6 is Cyan = 0.03, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 177 125 182 -
CMYK 0.03 0.31 0 0.29
HSL 294.74º 0.28% 0.6% -
HSV(B) 294.74º 0.31% 0.71% -
XYZ 33.91 27.39 47.76 -
YUV 147.05 147.73 149.37 -
System Red Green Blue C M Y K H S L
Decimal 177 125 182 0.03 0.31 0 0.29 294.74 0.28 0.6
Hex B1 7D B6 3 1F 0 1D 127 1C 3C
Octal 261 175 266 3 37 0 35 447 34 74
Binary 10110001 1111101 10110110 11 11111 0 11101 100100111 11100 111100

Color Harmonies of #B17DB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B17DB6

Black with #B17DB6

Text Example


Text Example

White with #B17DB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B17DB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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