Html Css Color HEX #BF11C4 Deep Magenta

📋 copy color: '#BF11C4'

red 191 ◦ green 17 ◦ blue 196

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

Shades of Deep Magenta #BF11C4

Tints of Deep Magenta #BF11C4

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.21%

 BLUE value IS 196 (76.95% from 255) = 48.51%

R = 47.28%
G = 4.21%
B = 48.51%

CMYK

 C value IS 0.03

 M value IS 0.91

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#BF11C4 (or 0xBF11C4) is known color: Deep Magenta. HEX triplet: BF, 11 and C4. RGB value is (191,17,196). Sum of RGB (Red+Green+Blue) = 191+17+196=404 (53% of max value = 765). Red value is 191 (75% from 255 or 47.28% from 404); Green value is 17 (7.03% from 255 or 4.21% from 404); Blue value is 196 (76.95% from 255 or 48.51% from 404); Max value from RGB is 196 - color contains mainly: blue. Hex color #BF11C4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BF11C4 is #40EE3B. Grayscale: #585858. Windows color (decimal): -4255292 or 12849599. OLE color: 12849599.

HSL color Cylindrical-coordinate representation of color #BF11C4: hue angle of 298.32º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BF11C4 is Cyan = 0.03, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 191 17 196 -
CMYK 0.03 0.91 0 0.23
HSL 298.32º 0.84% 0.42% -
HSV(B) 298.32º 0.91% 0.77% -
XYZ 31.65 15.46 53.54 -
YUV 89.43 188.15 200.45 -
System Red Green Blue C M Y K H S L
Decimal 191 17 196 0.03 0.91 0 0.23 298.32 0.84 0.42
Hex BF 11 C4 3 5B 0 17 12A 54 2A
Octal 277 21 304 3 133 0 27 452 124 52
Binary 10111111 10001 11000100 11 1011011 0 10111 100101010 1010100 101010

Color Harmonies of #BF11C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF11C4

Black with #BF11C4

Text Example


Text Example

White with #BF11C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF11C4; }

 p { color: rgb(191,17,196); }

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

background-color css

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

 a { background-color: rgb(191,17,196); }

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

border-color css

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

 span { border-color: rgb(191,17,196); }

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