Html Css Color HEX #B16FED Medium Purple

📋 copy color: '#B16FED'

red 177 ◦ green 111 ◦ blue 237

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

Shades of Medium Purple #B16FED

Tints of Medium Purple #B16FED

RGB

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

 GREEN value IS 111 (43.75% from 255) = 21.14%

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

R = 33.71%
G = 21.14%
B = 45.14%

CMYK

 C value IS 0.25

 M value IS 0.53

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B16FED (or 0xB16FED) is known color: Medium Purple. HEX triplet: B1, 6F and ED. RGB value is (177,111,237). Sum of RGB (Red+Green+Blue) = 177+111+237=525 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.71% from 525); Green value is 111 (43.75% from 255 or 21.14% from 525); Blue value is 237 (92.97% from 255 or 45.14% from 525); Max value from RGB is 237 - color contains mainly: blue. Hex color #B16FED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B16FED is #4E9012. Grayscale: #909090. Windows color (decimal): -5148691 or 15560625. OLE color: 15560625.

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

Color convert

RGB 177 111 237 -
CMYK 0.25 0.53 0 0.07
HSL 271.43º 0.78% 0.68% -
HSV(B) 271.43º 0.53% 0.93% -
XYZ 39.1 26.83 83.24 -
YUV 145.1 179.87 150.75 -
System Red Green Blue C M Y K H S L
Decimal 177 111 237 0.25 0.53 0 0.07 271.43 0.78 0.68
Hex B1 6F ED 19 35 0 7 10F 4E 44
Octal 261 157 355 31 65 0 7 417 116 104
Binary 10110001 1101111 11101101 11001 110101 0 111 100001111 1001110 1000100

Color Harmonies of #B16FED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16FED

Black with #B16FED

Text Example


Text Example

White with #B16FED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16FED; }

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

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

background-color css

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

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

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

border-color css

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

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

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