Html Css Color HEX #B16CFA Medium Purple

📋 copy color: '#B16CFA'

red 177 ◦ green 108 ◦ blue 250

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

Shades of Medium Purple #B16CFA

Tints of Medium Purple #B16CFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 46.73%

R = 33.08%
G = 20.19%
B = 46.73%

CMYK

 C value IS 0.29

 M value IS 0.57

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B16CFA (or 0xB16CFA) is known color: Medium Purple. HEX triplet: B1, 6C and FA. RGB value is (177,108,250). Sum of RGB (Red+Green+Blue) = 177+108+250=535 (70% of max value = 765). Red value is 177 (69.53% from 255 or 33.08% from 535); Green value is 108 (42.58% from 255 or 20.19% from 535); Blue value is 250 (98.05% from 255 or 46.73% from 535); Max value from RGB is 250 - color contains mainly: blue. Hex color #B16CFA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B16CFA is #4E9305. Grayscale: #909090. Windows color (decimal): -5149446 or 16411825. OLE color: 16411825.

HSL color Cylindrical-coordinate representation of color #B16CFA: hue angle of 269.15º degrees, saturation: 0.93, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B16CFA is Cyan = 0.29, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 177 108 250 -
CMYK 0.29 0.57 0 0.02
HSL 269.15º 0.93% 0.7% -
HSV(B) 269.15º 0.57% 0.98% -
XYZ 40.75 26.97 93.5 -
YUV 144.82 187.36 150.95 -
System Red Green Blue C M Y K H S L
Decimal 177 108 250 0.29 0.57 0 0.02 269.15 0.93 0.7
Hex B1 6C FA 1D 39 0 2 10D 5D 46
Octal 261 154 372 35 71 0 2 415 135 106
Binary 10110001 1101100 11111010 11101 111001 0 10 100001101 1011101 1000110

Color Harmonies of #B16CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16CFA

Black with #B16CFA

Text Example


Text Example

White with #B16CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16CFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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