Html Css Color HEX #B16CFC Medium Purple

📋 copy color: '#B16CFC'

red 177 ◦ green 108 ◦ blue 252

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

Shades of Medium Purple #B16CFC

Tints of Medium Purple #B16CFC

RGB

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

 GREEN value IS 108 (42.58% from 255) = 20.11%

 BLUE value IS 252 (98.83% from 255) = 46.93%

R = 32.96%
G = 20.11%
B = 46.93%

CMYK

 C value IS 0.30

 M value IS 0.57

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B16CFC (or 0xB16CFC) is known color: Medium Purple. HEX triplet: B1, 6C and FC. RGB value is (177,108,252). Sum of RGB (Red+Green+Blue) = 177+108+252=537 (71% of max value = 765). Red value is 177 (69.53% from 255 or 32.96% from 537); Green value is 108 (42.58% from 255 or 20.11% from 537); Blue value is 252 (98.83% from 255 or 46.93% from 537); Max value from RGB is 252 - color contains mainly: blue. Hex color #B16CFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B16CFC is #4E9303. Grayscale: #909090. Windows color (decimal): -5149444 or 16542897. OLE color: 16542897.

HSL color Cylindrical-coordinate representation of color #B16CFC: hue angle of 268.75º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B16CFC is Cyan = 0.30, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 177 108 252 -
CMYK 0.30 0.57 0 0.01
HSL 268.75º 0.96% 0.71% -
HSV(B) 268.75º 0.57% 0.99% -
XYZ 41.06 27.1 95.16 -
YUV 145.05 188.36 150.79 -
System Red Green Blue C M Y K H S L
Decimal 177 108 252 0.30 0.57 0 0.01 268.75 0.96 0.71
Hex B1 6C FC 1E 39 0 1 10D 60 47
Octal 261 154 374 36 71 0 1 415 140 107
Binary 10110001 1101100 11111100 11110 111001 0 1 100001101 1100000 1000111

Color Harmonies of #B16CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16CFC

Black with #B16CFC

Text Example


Text Example

White with #B16CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16CFC; }

 p { color: rgb(177,108,252); }

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

background-color css

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

 a { background-color: rgb(177,108,252); }

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

border-color css

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

 span { border-color: rgb(177,108,252); }

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