Html Css Color HEX #B16DEE Medium Purple

📋 copy color: '#B16DEE'

red 177 ◦ green 109 ◦ blue 238

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

Shades of Medium Purple #B16DEE

Tints of Medium Purple #B16DEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 45.42%

R = 33.78%
G = 20.8%
B = 45.42%

CMYK

 C value IS 0.26

 M value IS 0.54

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B16DEE (or 0xB16DEE) is known color: Medium Purple. HEX triplet: B1, 6D and EE. RGB value is (177,109,238). Sum of RGB (Red+Green+Blue) = 177+109+238=524 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.78% from 524); Green value is 109 (42.97% from 255 or 20.80% from 524); Blue value is 238 (93.36% from 255 or 45.42% from 524); Max value from RGB is 238 - color contains mainly: blue. Hex color #B16DEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B16DEE is #4E9211. Grayscale: #8F8F8F. Windows color (decimal): -5149202 or 15625649. OLE color: 15625649.

HSL color Cylindrical-coordinate representation of color #B16DEE: hue angle of 271.63º degrees, saturation: 0.79, 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 #B16DEE is Cyan = 0.26, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 177 109 238 -
CMYK 0.26 0.54 0 0.07
HSL 271.63º 0.79% 0.68% -
HSV(B) 271.63º 0.54% 0.93% -
XYZ 39.03 26.46 83.94 -
YUV 144.04 181.03 151.51 -
System Red Green Blue C M Y K H S L
Decimal 177 109 238 0.26 0.54 0 0.07 271.63 0.79 0.68
Hex B1 6D EE 1A 36 0 7 110 4F 44
Octal 261 155 356 32 66 0 7 420 117 104
Binary 10110001 1101101 11101110 11010 110110 0 111 100010000 1001111 1000100

Color Harmonies of #B16DEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16DEE

Black with #B16DEE

Text Example


Text Example

White with #B16DEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16DEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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