Html Css Color HEX #B16FEA Medium Purple

📋 copy color: '#B16FEA'

red 177 ◦ green 111 ◦ blue 234

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

Shades of Medium Purple #B16FEA

Tints of Medium Purple #B16FEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 44.83%

R = 33.91%
G = 21.26%
B = 44.83%

CMYK

 C value IS 0.24

 M value IS 0.53

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B16FEA (or 0xB16FEA) is known color: Medium Purple. HEX triplet: B1, 6F and EA. RGB value is (177,111,234). Sum of RGB (Red+Green+Blue) = 177+111+234=522 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.91% from 522); Green value is 111 (43.75% from 255 or 21.26% from 522); Blue value is 234 (91.80% from 255 or 44.83% from 522); Max value from RGB is 234 - color contains mainly: blue. Hex color #B16FEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B16FEA is #4E9015. Grayscale: #909090. Windows color (decimal): -5148694 or 15364017. OLE color: 15364017.

HSL color Cylindrical-coordinate representation of color #B16FEA: hue angle of 272.2º degrees, saturation: 0.75, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B16FEA is Cyan = 0.24, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 177 111 234 -
CMYK 0.24 0.53 0 0.08
HSL 272.2º 0.75% 0.68% -
HSV(B) 272.2º 0.53% 0.92% -
XYZ 38.67 26.66 80.95 -
YUV 144.76 178.37 151 -
System Red Green Blue C M Y K H S L
Decimal 177 111 234 0.24 0.53 0 0.08 272.2 0.75 0.68
Hex B1 6F EA 18 35 0 8 110 4B 44
Octal 261 157 352 30 65 0 10 420 113 104
Binary 10110001 1101111 11101010 11000 110101 0 1000 100010000 1001011 1000100

Color Harmonies of #B16FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16FEA

Black with #B16FEA

Text Example


Text Example

White with #B16FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16FEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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