Html Css Color HEX #BF1BDA Deep Magenta

📋 copy color: '#BF1BDA'

red 191 ◦ green 27 ◦ blue 218

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

Shades of Deep Magenta #BF1BDA

Tints of Deep Magenta #BF1BDA

RGB

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

 GREEN value IS 27 (10.94% from 255) = 6.19%

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

R = 43.81%
G = 6.19%
B = 50%

CMYK

 C value IS 0.12

 M value IS 0.88

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BF1BDA (or 0xBF1BDA) is known color: Deep Magenta. HEX triplet: BF, 1B and DA. RGB value is (191,27,218). Sum of RGB (Red+Green+Blue) = 191+27+218=436 (57% of max value = 765). Red value is 191 (75% from 255 or 43.81% from 436); Green value is 27 (10.94% from 255 or 6.19% from 436); Blue value is 218 (85.55% from 255 or 50% from 436); Max value from RGB is 218 - color contains mainly: blue. Hex color #BF1BDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF1BDA is #40E425. Grayscale: #616161. Windows color (decimal): -4252710 or 14293951. OLE color: 14293951.

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

Color convert

RGB 191 27 218 -
CMYK 0.12 0.88 0 0.15
HSL 291.52º 0.78% 0.48% -
HSV(B) 291.52º 0.88% 0.85% -
XYZ 34.53 16.92 67.78 -
YUV 97.81 195.83 194.47 -
System Red Green Blue C M Y K H S L
Decimal 191 27 218 0.12 0.88 0 0.15 291.52 0.78 0.48
Hex BF 1B DA C 58 0 F 124 4E 30
Octal 277 33 332 14 130 0 17 444 116 60
Binary 10111111 11011 11011010 1100 1011000 0 1111 100100100 1001110 110000

Color Harmonies of #BF1BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF1BDA

Black with #BF1BDA

Text Example


Text Example

White with #BF1BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF1BDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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