Html Css Color HEX #BF1CDA Deep Magenta

📋 copy color: '#BF1CDA'

red 191 ◦ green 28 ◦ blue 218

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

Shades of Deep Magenta #BF1CDA

Tints of Deep Magenta #BF1CDA

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.41%

 BLUE value IS 218 (85.55% from 255) = 49.89%

R = 43.71%
G = 6.41%
B = 49.89%

CMYK

 C value IS 0.12

 M value IS 0.87

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BF1CDA (or 0xBF1CDA) is known color: Deep Magenta. HEX triplet: BF, 1C and DA. RGB value is (191,28,218). Sum of RGB (Red+Green+Blue) = 191+28+218=437 (57% of max value = 765). Red value is 191 (75% from 255 or 43.71% from 437); Green value is 28 (11.33% from 255 or 6.41% from 437); Blue value is 218 (85.55% from 255 or 49.89% from 437); Max value from RGB is 218 - color contains mainly: blue. Hex color #BF1CDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF1CDA is #40E325. Grayscale: #616161. Windows color (decimal): -4252454 or 14294207. OLE color: 14294207.

HSL color Cylindrical-coordinate representation of color #BF1CDA: hue angle of 291.47º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BF1CDA is Cyan = 0.12, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 191 28 218 -
CMYK 0.12 0.87 0 0.15
HSL 291.47º 0.77% 0.48% -
HSV(B) 291.47º 0.87% 0.85% -
XYZ 34.56 16.97 67.78 -
YUV 98.4 195.5 194.05 -
System Red Green Blue C M Y K H S L
Decimal 191 28 218 0.12 0.87 0 0.15 291.47 0.77 0.48
Hex BF 1C DA C 57 0 F 123 4D 30
Octal 277 34 332 14 127 0 17 443 115 60
Binary 10111111 11100 11011010 1100 1010111 0 1111 100100011 1001101 110000

Color Harmonies of #BF1CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF1CDA

Black with #BF1CDA

Text Example


Text Example

White with #BF1CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF1CDA; }

 p { color: rgb(191,28,218); }

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

background-color css

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

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

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

border-color css

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

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

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