Html Css Color HEX #BF11CD Deep Magenta

📋 copy color: '#BF11CD'

red 191 ◦ green 17 ◦ blue 205

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

Shades of Deep Magenta #BF11CD

Tints of Deep Magenta #BF11CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 49.64%

R = 46.25%
G = 4.12%
B = 49.64%

CMYK

 C value IS 0.07

 M value IS 0.92

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BF11CD (or 0xBF11CD) is known color: Deep Magenta. HEX triplet: BF, 11 and CD. RGB value is (191,17,205). Sum of RGB (Red+Green+Blue) = 191+17+205=413 (54% of max value = 765). Red value is 191 (75% from 255 or 46.25% from 413); Green value is 17 (7.03% from 255 or 4.12% from 413); Blue value is 205 (80.47% from 255 or 49.64% from 413); Max value from RGB is 205 - color contains mainly: blue. Hex color #BF11CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BF11CD is #40EE32. Grayscale: #595959. Windows color (decimal): -4255283 or 13439423. OLE color: 13439423.

HSL color Cylindrical-coordinate representation of color #BF11CD: hue angle of 295.53º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BF11CD is Cyan = 0.07, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 191 17 205 -
CMYK 0.07 0.92 0 0.20
HSL 295.53º 0.85% 0.44% -
HSV(B) 295.53º 0.92% 0.8% -
XYZ 32.71 15.89 59.1 -
YUV 90.46 192.65 199.71 -
System Red Green Blue C M Y K H S L
Decimal 191 17 205 0.07 0.92 0 0.20 295.53 0.85 0.44
Hex BF 11 CD 7 5C 0 14 128 55 2C
Octal 277 21 315 7 134 0 24 450 125 54
Binary 10111111 10001 11001101 111 1011100 0 10100 100101000 1010101 101100

Color Harmonies of #BF11CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF11CD

Black with #BF11CD

Text Example


Text Example

White with #BF11CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF11CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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