Html Css Color HEX #B16FEB Medium Purple

📋 copy color: '#B16FEB'

red 177 ◦ green 111 ◦ blue 235

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

Shades of Medium Purple #B16FEB

Tints of Medium Purple #B16FEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 44.93%

R = 33.84%
G = 21.22%
B = 44.93%

CMYK

 C value IS 0.25

 M value IS 0.53

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B16FEB (or 0xB16FEB) is known color: Medium Purple. HEX triplet: B1, 6F and EB. RGB value is (177,111,235). Sum of RGB (Red+Green+Blue) = 177+111+235=523 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.84% from 523); Green value is 111 (43.75% from 255 or 21.22% from 523); Blue value is 235 (92.19% from 255 or 44.93% from 523); Max value from RGB is 235 - color contains mainly: blue. Hex color #B16FEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B16FEB is #4E9014. Grayscale: #909090. Windows color (decimal): -5148693 or 15429553. OLE color: 15429553.

HSL color Cylindrical-coordinate representation of color #B16FEB: hue angle of 271.94º degrees, saturation: 0.76, 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 #B16FEB is Cyan = 0.25, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 177 111 235 -
CMYK 0.25 0.53 0 0.08
HSL 271.94º 0.76% 0.68% -
HSV(B) 271.94º 0.53% 0.92% -
XYZ 38.81 26.71 81.71 -
YUV 144.87 178.87 150.92 -
System Red Green Blue C M Y K H S L
Decimal 177 111 235 0.25 0.53 0 0.08 271.94 0.76 0.68
Hex B1 6F EB 19 35 0 8 110 4C 44
Octal 261 157 353 31 65 0 10 420 114 104
Binary 10110001 1101111 11101011 11001 110101 0 1000 100010000 1001100 1000100

Color Harmonies of #B16FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16FEB

Black with #B16FEB

Text Example


Text Example

White with #B16FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16FEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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