Html Css Color HEX #BF12BF Deep Magenta

📋 copy color: '#BF12BF'

red 191 ◦ green 18 ◦ blue 191

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

Shades of Deep Magenta #BF12BF

Tints of Deep Magenta #BF12BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 47.75%

R = 47.75%
G = 4.5%
B = 47.75%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BF12BF (or 0xBF12BF) is known color: Deep Magenta. HEX triplet: BF, 12 and BF. RGB value is (191,18,191). Sum of RGB (Red+Green+Blue) = 191+18+191=400 (52% of max value = 765). Red value is 191 (75% from 255 or 47.75% from 400); Green value is 18 (7.42% from 255 or 4.5% from 400); Blue value is 191 (75% from 255 or 47.75% from 400); Max value from RGB is 191 - color contains mainly: red, blue. Hex color #BF12BF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BF12BF is #40ED40. Grayscale: #585858. Windows color (decimal): -4255041 or 12522175. OLE color: 12522175.

HSL color Cylindrical-coordinate representation of color #BF12BF: hue angle of 300º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BF12BF is Cyan = 0, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 18 191 -
CMYK 0 0.91 0 0.25
HSL 300º 0.83% 0.41% -
HSV(B) 300º 0.91% 0.75% -
XYZ 31.11 15.27 50.6 -
YUV 89.45 185.31 200.43 -
System Red Green Blue C M Y K H S L
Decimal 191 18 191 0 0.91 0 0.25 300 0.83 0.41
Hex BF 12 BF 0 5B 0 19 12C 53 29
Octal 277 22 277 0 133 0 31 454 123 51
Binary 10111111 10010 10111111 0 1011011 0 11001 100101100 1010011 101001

Color Harmonies of #BF12BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF12BF

Black with #BF12BF

Text Example


Text Example

White with #BF12BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF12BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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