Html Css Color HEX #BF12C9 Deep Magenta

📋 copy color: '#BF12C9'

red 191 ◦ green 18 ◦ blue 201

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

Shades of Deep Magenta #BF12C9

Tints of Deep Magenta #BF12C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 49.02%

R = 46.59%
G = 4.39%
B = 49.02%

CMYK

 C value IS 0.05

 M value IS 0.91

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BF12C9 (or 0xBF12C9) is known color: Deep Magenta. HEX triplet: BF, 12 and C9. RGB value is (191,18,201). Sum of RGB (Red+Green+Blue) = 191+18+201=410 (54% of max value = 765). Red value is 191 (75% from 255 or 46.59% from 410); Green value is 18 (7.42% from 255 or 4.39% from 410); Blue value is 201 (78.91% from 255 or 49.02% from 410); Max value from RGB is 201 - color contains mainly: blue. Hex color #BF12C9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BF12C9 is #40ED36. Grayscale: #5A5A5A. Windows color (decimal): -4255031 or 13177535. OLE color: 13177535.

HSL color Cylindrical-coordinate representation of color #BF12C9: hue angle of 296.72º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BF12C9 is Cyan = 0.05, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 191 18 201 -
CMYK 0.05 0.91 0 0.21
HSL 296.72º 0.84% 0.43% -
HSV(B) 296.72º 0.91% 0.79% -
XYZ 32.24 15.73 56.59 -
YUV 90.59 190.31 199.62 -
System Red Green Blue C M Y K H S L
Decimal 191 18 201 0.05 0.91 0 0.21 296.72 0.84 0.43
Hex BF 12 C9 5 5B 0 15 129 54 2B
Octal 277 22 311 5 133 0 25 451 124 53
Binary 10111111 10010 11001001 101 1011011 0 10101 100101001 1010100 101011

Color Harmonies of #BF12C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF12C9

Black with #BF12C9

Text Example


Text Example

White with #BF12C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF12C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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