Html Css Color HEX #BF16C1 Deep Magenta

📋 copy color: '#BF16C1'

red 191 ◦ green 22 ◦ blue 193

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

Shades of Deep Magenta #BF16C1

Tints of Deep Magenta #BF16C1

RGB

 RED value IS 191 (75% from 255) = 47.04%

 GREEN value IS 22 (8.98% from 255) = 5.42%

 BLUE value IS 193 (75.78% from 255) = 47.54%

R = 47.04%
G = 5.42%
B = 47.54%

CMYK

 C value IS 0.01

 M value IS 0.89

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#BF16C1 (or 0xBF16C1) is known color: Deep Magenta. HEX triplet: BF, 16 and C1. RGB value is (191,22,193). Sum of RGB (Red+Green+Blue) = 191+22+193=406 (53% of max value = 765). Red value is 191 (75% from 255 or 47.04% from 406); Green value is 22 (8.98% from 255 or 5.42% from 406); Blue value is 193 (75.78% from 255 or 47.54% from 406); Max value from RGB is 193 - color contains mainly: blue. Hex color #BF16C1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BF16C1 is #40E93E. Grayscale: #5B5B5B. Windows color (decimal): -4254015 or 12654271. OLE color: 12654271.

HSL color Cylindrical-coordinate representation of color #BF16C1: hue angle of 299.3º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BF16C1 is Cyan = 0.01, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 191 22 193 -
CMYK 0.01 0.89 0 0.24
HSL 299.3º 0.8% 0.42% -
HSV(B) 299.3º 0.89% 0.76% -
XYZ 31.4 15.5 51.79 -
YUV 92.03 184.99 198.6 -
System Red Green Blue C M Y K H S L
Decimal 191 22 193 0.01 0.89 0 0.24 299.3 0.8 0.42
Hex BF 16 C1 1 59 0 18 12B 50 2A
Octal 277 26 301 1 131 0 30 453 120 52
Binary 10111111 10110 11000001 1 1011001 0 11000 100101011 1010000 101010

Color Harmonies of #BF16C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF16C1

Black with #BF16C1

Text Example


Text Example

White with #BF16C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF16C1; }

 p { color: rgb(191,22,193); }

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

background-color css

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

 a { background-color: rgb(191,22,193); }

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

border-color css

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

 span { border-color: rgb(191,22,193); }

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