Html Css Color HEX #B17DD7 East Side

📋 copy color: '#B17DD7'

red 177 ◦ green 125 ◦ blue 215

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

Shades of East Side #B17DD7

Tints of East Side #B17DD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 41.59%

R = 34.24%
G = 24.18%
B = 41.59%

CMYK

 C value IS 0.18

 M value IS 0.42

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#B17DD7 (or 0xB17DD7) is known color: East Side. HEX triplet: B1, 7D and D7. RGB value is (177,125,215). Sum of RGB (Red+Green+Blue) = 177+125+215=517 (68% of max value = 765). Red value is 177 (69.53% from 255 or 34.24% from 517); Green value is 125 (49.22% from 255 or 24.18% from 517); Blue value is 215 (84.38% from 255 or 41.59% from 517); Max value from RGB is 215 - color contains mainly: blue. Hex color #B17DD7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B17DD7 is #4E8228. Grayscale: #969696. Windows color (decimal): -5145129 or 14122417. OLE color: 14122417.

HSL color Cylindrical-coordinate representation of color #B17DD7: hue angle of 274.67º degrees, saturation: 0.53, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B17DD7 is Cyan = 0.18, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 177 125 215 -
CMYK 0.18 0.42 0 0.16
HSL 274.67º 0.53% 0.67% -
HSV(B) 274.67º 0.42% 0.84% -
XYZ 37.73 28.92 67.88 -
YUV 150.81 164.23 146.68 -
System Red Green Blue C M Y K H S L
Decimal 177 125 215 0.18 0.42 0 0.16 274.67 0.53 0.67
Hex B1 7D D7 12 2A 0 10 113 35 43
Octal 261 175 327 22 52 0 20 423 65 103
Binary 10110001 1111101 11010111 10010 101010 0 10000 100010011 110101 1000011

Color Harmonies of #B17DD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B17DD7

Black with #B17DD7

Text Example


Text Example

White with #B17DD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B17DD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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