Html Css Color HEX #B16DED Medium Purple

📋 copy color: '#B16DED'

red 177 ◦ green 109 ◦ blue 237

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

Shades of Medium Purple #B16DED

Tints of Medium Purple #B16DED

RGB

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

 GREEN value IS 109 (42.97% from 255) = 20.84%

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

R = 33.84%
G = 20.84%
B = 45.32%

CMYK

 C value IS 0.25

 M value IS 0.54

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B16DED (or 0xB16DED) is known color: Medium Purple. HEX triplet: B1, 6D and ED. RGB value is (177,109,237). Sum of RGB (Red+Green+Blue) = 177+109+237=523 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.84% from 523); Green value is 109 (42.97% from 255 or 20.84% from 523); Blue value is 237 (92.97% from 255 or 45.32% from 523); Max value from RGB is 237 - color contains mainly: blue. Hex color #B16DED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B16DED is #4E9212. Grayscale: #8F8F8F. Windows color (decimal): -5149203 or 15560113. OLE color: 15560113.

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

Color convert

RGB 177 109 237 -
CMYK 0.25 0.54 0 0.07
HSL 271.88º 0.78% 0.68% -
HSV(B) 271.88º 0.54% 0.93% -
XYZ 38.89 26.4 83.17 -
YUV 143.92 180.53 151.59 -
System Red Green Blue C M Y K H S L
Decimal 177 109 237 0.25 0.54 0 0.07 271.88 0.78 0.68
Hex B1 6D ED 19 36 0 7 110 4E 44
Octal 261 155 355 31 66 0 7 420 116 104
Binary 10110001 1101101 11101101 11001 110110 0 111 100010000 1001110 1000100

Color Harmonies of #B16DED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16DED

Black with #B16DED

Text Example


Text Example

White with #B16DED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16DED; }

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

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

background-color css

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

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

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

border-color css

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

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

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