Html Css Color HEX #B171BD East Side

📋 copy color: '#B171BD'

red 177 ◦ green 113 ◦ blue 189

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

Shades of East Side #B171BD

Tints of East Side #B171BD

RGB

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

 GREEN value IS 113 (44.53% from 255) = 23.59%

 BLUE value IS 189 (74.22% from 255) = 39.46%

R = 36.95%
G = 23.59%
B = 39.46%

CMYK

 C value IS 0.06

 M value IS 0.40

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B171BD (or 0xB171BD) is known color: East Side. HEX triplet: B1, 71 and BD. RGB value is (177,113,189). Sum of RGB (Red+Green+Blue) = 177+113+189=479 (63% of max value = 765). Red value is 177 (69.53% from 255 or 36.95% from 479); Green value is 113 (44.53% from 255 or 23.59% from 479); Blue value is 189 (74.22% from 255 or 39.46% from 479); Max value from RGB is 189 - color contains mainly: blue. Hex color #B171BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B171BD is #4E8E42. Grayscale: #8C8C8C. Windows color (decimal): -5148227 or 12415409. OLE color: 12415409.

HSL color Cylindrical-coordinate representation of color #B171BD: hue angle of 290.53º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B171BD is Cyan = 0.06, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 177 113 189 -
CMYK 0.06 0.40 0 0.26
HSL 290.53º 0.37% 0.59% -
HSV(B) 290.53º 0.4% 0.74% -
XYZ 33.22 24.83 51.19 -
YUV 140.8 155.2 153.82 -
System Red Green Blue C M Y K H S L
Decimal 177 113 189 0.06 0.40 0 0.26 290.53 0.37 0.59
Hex B1 71 BD 6 28 0 1A 123 25 3B
Octal 261 161 275 6 50 0 32 443 45 73
Binary 10110001 1110001 10111101 110 101000 0 11010 100100011 100101 111011

Color Harmonies of #B171BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B171BD

Black with #B171BD

Text Example


Text Example

White with #B171BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B171BD; }

 p { color: rgb(177,113,189); }

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

background-color css

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

 a { background-color: rgb(177,113,189); }

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

border-color css

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

 span { border-color: rgb(177,113,189); }

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