Html Css Color HEX #B16EED Medium Purple

📋 copy color: '#B16EED'

red 177 ◦ green 110 ◦ blue 237

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

Shades of Medium Purple #B16EED

Tints of Medium Purple #B16EED

RGB

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

 GREEN value IS 110 (43.36% from 255) = 20.99%

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

R = 33.78%
G = 20.99%
B = 45.23%

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

#B16EED (or 0xB16EED) is known color: Medium Purple. HEX triplet: B1, 6E and ED. RGB value is (177,110,237). Sum of RGB (Red+Green+Blue) = 177+110+237=524 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.78% from 524); Green value is 110 (43.36% from 255 or 20.99% from 524); Blue value is 237 (92.97% from 255 or 45.23% from 524); Max value from RGB is 237 - color contains mainly: blue. Hex color #B16EED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B16EED is #4E9112. Grayscale: #909090. Windows color (decimal): -5148947 or 15560369. OLE color: 15560369.

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

Color convert

RGB 177 110 237 -
CMYK 0.25 0.54 0 0.07
HSL 271.65º 0.78% 0.68% -
HSV(B) 271.65º 0.54% 0.93% -
XYZ 38.99 26.61 83.2 -
YUV 144.51 180.2 151.17 -
System Red Green Blue C M Y K H S L
Decimal 177 110 237 0.25 0.54 0 0.07 271.65 0.78 0.68
Hex B1 6E ED 19 36 0 7 110 4E 44
Octal 261 156 355 31 66 0 7 420 116 104
Binary 10110001 1101110 11101101 11001 110110 0 111 100010000 1001110 1000100

Color Harmonies of #B16EED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16EED

Black with #B16EED

Text Example


Text Example

White with #B16EED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16EED; }

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

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

background-color css

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

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

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

border-color css

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

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

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