Html Css Color HEX #BF12DC Deep Magenta

📋 copy color: '#BF12DC'

red 191 ◦ green 18 ◦ blue 220

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

Shades of Deep Magenta #BF12DC

Tints of Deep Magenta #BF12DC

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.2%

 BLUE value IS 220 (86.33% from 255) = 51.28%

R = 44.52%
G = 4.2%
B = 51.28%

CMYK

 C value IS 0.13

 M value IS 0.92

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BF12DC (or 0xBF12DC) is known color: Deep Magenta. HEX triplet: BF, 12 and DC. RGB value is (191,18,220). Sum of RGB (Red+Green+Blue) = 191+18+220=429 (56% of max value = 765). Red value is 191 (75% from 255 or 44.52% from 429); Green value is 18 (7.42% from 255 or 4.20% from 429); Blue value is 220 (86.33% from 255 or 51.28% from 429); Max value from RGB is 220 - color contains mainly: blue. Hex color #BF12DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BF12DC is #40ED23. Grayscale: #5C5C5C. Windows color (decimal): -4255012 or 14422719. OLE color: 14422719.

HSL color Cylindrical-coordinate representation of color #BF12DC: hue angle of 291.39º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BF12DC is Cyan = 0.13, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 191 18 220 -
CMYK 0.13 0.92 0 0.14
HSL 291.39º 0.85% 0.47% -
HSV(B) 291.39º 0.92% 0.86% -
XYZ 34.62 16.68 69.1 -
YUV 92.76 199.81 198.07 -
System Red Green Blue C M Y K H S L
Decimal 191 18 220 0.13 0.92 0 0.14 291.39 0.85 0.47
Hex BF 12 DC D 5C 0 E 123 55 2F
Octal 277 22 334 15 134 0 16 443 125 57
Binary 10111111 10010 11011100 1101 1011100 0 1110 100100011 1010101 101111

Color Harmonies of #BF12DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF12DC

Black with #BF12DC

Text Example


Text Example

White with #BF12DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF12DC; }

 p { color: rgb(191,18,220); }

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

background-color css

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

 a { background-color: rgb(191,18,220); }

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

border-color css

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

 span { border-color: rgb(191,18,220); }

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