Html Css Color HEX #B17DBA East Side

📋 copy color: '#B17DBA'

red 177 ◦ green 125 ◦ blue 186

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

Shades of East Side #B17DBA

Tints of East Side #B17DBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 38.11%

R = 36.27%
G = 25.61%
B = 38.11%

CMYK

 C value IS 0.05

 M value IS 0.33

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B17DBA (or 0xB17DBA) is known color: East Side. HEX triplet: B1, 7D and BA. RGB value is (177,125,186). Sum of RGB (Red+Green+Blue) = 177+125+186=488 (64% of max value = 765). Red value is 177 (69.53% from 255 or 36.27% from 488); Green value is 125 (49.22% from 255 or 25.61% from 488); Blue value is 186 (73.05% from 255 or 38.11% from 488); Max value from RGB is 186 - color contains mainly: blue. Hex color #B17DBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B17DBA is #4E8245. Grayscale: #939393. Windows color (decimal): -5145158 or 12221873. OLE color: 12221873.

HSL color Cylindrical-coordinate representation of color #B17DBA: hue angle of 291.15º 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 #B17DBA is Cyan = 0.05, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 177 125 186 -
CMYK 0.05 0.33 0 0.27
HSL 291.15º 0.31% 0.61% -
HSV(B) 291.15º 0.33% 0.73% -
XYZ 34.33 27.56 49.96 -
YUV 147.5 149.73 149.04 -
System Red Green Blue C M Y K H S L
Decimal 177 125 186 0.05 0.33 0 0.27 291.15 0.31 0.61
Hex B1 7D BA 5 21 0 1B 123 1F 3D
Octal 261 175 272 5 41 0 33 443 37 75
Binary 10110001 1111101 10111010 101 100001 0 11011 100100011 11111 111101

Color Harmonies of #B17DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B17DBA

Black with #B17DBA

Text Example


Text Example

White with #B17DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B17DBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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