Html Css Color HEX #B17DED Medium Purple

📋 copy color: '#B17DED'

red 177 ◦ green 125 ◦ blue 237

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

Shades of Medium Purple #B17DED

Tints of Medium Purple #B17DED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 43.97%

R = 32.84%
G = 23.19%
B = 43.97%

CMYK

 C value IS 0.25

 M value IS 0.47

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B17DED (or 0xB17DED) is known color: Medium Purple. HEX triplet: B1, 7D and ED. RGB value is (177,125,237). Sum of RGB (Red+Green+Blue) = 177+125+237=539 (71% of max value = 765). Red value is 177 (69.53% from 255 or 32.84% from 539); Green value is 125 (49.22% from 255 or 23.19% from 539); Blue value is 237 (92.97% from 255 or 43.97% from 539); Max value from RGB is 237 - color contains mainly: blue. Hex color #B17DED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B17DED is #4E8212. Grayscale: #989898. Windows color (decimal): -5145107 or 15564209. OLE color: 15564209.

HSL color Cylindrical-coordinate representation of color #B17DED: hue angle of 267.86º degrees, saturation: 0.76, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B17DED is Cyan = 0.25, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 177 125 237 -
CMYK 0.25 0.47 0 0.07
HSL 267.86º 0.76% 0.71% -
HSV(B) 267.86º 0.47% 0.93% -
XYZ 40.75 30.13 83.79 -
YUV 153.32 175.23 144.89 -
System Red Green Blue C M Y K H S L
Decimal 177 125 237 0.25 0.47 0 0.07 267.86 0.76 0.71
Hex B1 7D ED 19 2F 0 7 10C 4C 47
Octal 261 175 355 31 57 0 7 414 114 107
Binary 10110001 1111101 11101101 11001 101111 0 111 100001100 1001100 1000111

Color Harmonies of #B17DED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B17DED

Black with #B17DED

Text Example


Text Example

White with #B17DED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B17DED; }

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

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

background-color css

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

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

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

border-color css

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

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

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