Html Css Color HEX #BF21C1 Deep Magenta

📋 copy color: '#BF21C1'

red 191 ◦ green 33 ◦ blue 193

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

Shades of Deep Magenta #BF21C1

Tints of Deep Magenta #BF21C1

RGB

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

 GREEN value IS 33 (13.28% from 255) = 7.91%

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

R = 45.8%
G = 7.91%
B = 46.28%

CMYK

 C value IS 0.01

 M value IS 0.83

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#BF21C1 (or 0xBF21C1) is known color: Deep Magenta. HEX triplet: BF, 21 and C1. RGB value is (191,33,193). Sum of RGB (Red+Green+Blue) = 191+33+193=417 (55% of max value = 765). Red value is 191 (75% from 255 or 45.80% from 417); Green value is 33 (13.28% from 255 or 7.91% from 417); Blue value is 193 (75.78% from 255 or 46.28% from 417); Max value from RGB is 193 - color contains mainly: blue. Hex color #BF21C1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF21C1 is #40DE3E. Grayscale: #626262. Windows color (decimal): -4251199 or 12657087. OLE color: 12657087.

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

Color convert

RGB 191 33 193 -
CMYK 0.01 0.83 0 0.24
HSL 299.25º 0.71% 0.44% -
HSV(B) 299.25º 0.83% 0.76% -
XYZ 31.66 16.01 51.87 -
YUV 98.48 181.35 193.99 -
System Red Green Blue C M Y K H S L
Decimal 191 33 193 0.01 0.83 0 0.24 299.25 0.71 0.44
Hex BF 21 C1 1 53 0 18 12B 47 2C
Octal 277 41 301 1 123 0 30 453 107 54
Binary 10111111 100001 11000001 1 1010011 0 11000 100101011 1000111 101100

Color Harmonies of #BF21C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF21C1

Black with #BF21C1

Text Example


Text Example

White with #BF21C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF21C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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