Html Css Color HEX #B17DBB East Side

📋 copy color: '#B17DBB'

red 177 ◦ green 125 ◦ blue 187

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

Shades of East Side #B17DBB

Tints of East Side #B17DBB

RGB

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

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

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

R = 36.2%
G = 25.56%
B = 38.24%

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

#B17DBB (or 0xB17DBB) is known color: East Side. HEX triplet: B1, 7D and BB. RGB value is (177,125,187). Sum of RGB (Red+Green+Blue) = 177+125+187=489 (64% of max value = 765). Red value is 177 (69.53% from 255 or 36.20% from 489); Green value is 125 (49.22% from 255 or 25.56% from 489); Blue value is 187 (73.44% from 255 or 38.24% from 489); Max value from RGB is 187 - color contains mainly: blue. Hex color #B17DBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B17DBB is #4E8244. Grayscale: #939393. Windows color (decimal): -5145157 or 12287409. OLE color: 12287409.

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

Color convert

RGB 177 125 187 -
CMYK 0.05 0.33 0 0.27
HSL 290.32º 0.31% 0.61% -
HSV(B) 290.32º 0.33% 0.73% -
XYZ 34.43 27.6 50.53 -
YUV 147.62 150.23 148.96 -
System Red Green Blue C M Y K H S L
Decimal 177 125 187 0.05 0.33 0 0.27 290.32 0.31 0.61
Hex B1 7D BB 5 21 0 1B 122 1F 3D
Octal 261 175 273 5 41 0 33 442 37 75
Binary 10110001 1111101 10111011 101 100001 0 11011 100100010 11111 111101

Color Harmonies of #B17DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B17DBB

Black with #B17DBB

Text Example


Text Example

White with #B17DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B17DBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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