Html Css Color HEX #B16FFD Medium Purple

📋 copy color: '#B16FFD'

red 177 ◦ green 111 ◦ blue 253

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

Shades of Medium Purple #B16FFD

Tints of Medium Purple #B16FFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 46.77%

R = 32.72%
G = 20.52%
B = 46.77%

CMYK

 C value IS 0.30

 M value IS 0.56

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B16FFD (or 0xB16FFD) is known color: Medium Purple. HEX triplet: B1, 6F and FD. RGB value is (177,111,253). Sum of RGB (Red+Green+Blue) = 177+111+253=541 (71% of max value = 765). Red value is 177 (69.53% from 255 or 32.72% from 541); Green value is 111 (43.75% from 255 or 20.52% from 541); Blue value is 253 (99.22% from 255 or 46.77% from 541); Max value from RGB is 253 - color contains mainly: blue. Hex color #B16FFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B16FFD is #4E9002. Grayscale: #929292. Windows color (decimal): -5148675 or 16609201. OLE color: 16609201.

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

Color convert

RGB 177 111 253 -
CMYK 0.30 0.56 0 0.01
HSL 267.89º 0.97% 0.71% -
HSV(B) 267.89º 0.56% 0.99% -
XYZ 41.55 27.81 96.11 -
YUV 146.92 187.87 149.45 -
System Red Green Blue C M Y K H S L
Decimal 177 111 253 0.30 0.56 0 0.01 267.89 0.97 0.71
Hex B1 6F FD 1E 38 0 1 10C 61 47
Octal 261 157 375 36 70 0 1 414 141 107
Binary 10110001 1101111 11111101 11110 111000 0 1 100001100 1100001 1000111

Color Harmonies of #B16FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16FFD

Black with #B16FFD

Text Example


Text Example

White with #B16FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16FFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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