Html Css Color HEX #BF1DAD Deep Magenta

📋 copy color: '#BF1DAD'

red 191 ◦ green 29 ◦ blue 173

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

Shades of Deep Magenta #BF1DAD

Tints of Deep Magenta #BF1DAD

RGB

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

 GREEN value IS 29 (11.72% from 255) = 7.38%

 BLUE value IS 173 (67.97% from 255) = 44.02%

R = 48.6%
G = 7.38%
B = 44.02%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.09

 K value IS 0.25

RGB Variations

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

Color information

#BF1DAD (or 0xBF1DAD) is known color: Deep Magenta. HEX triplet: BF, 1D and AD. RGB value is (191,29,173). Sum of RGB (Red+Green+Blue) = 191+29+173=393 (52% of max value = 765). Red value is 191 (75% from 255 or 48.60% from 393); Green value is 29 (11.72% from 255 or 7.38% from 393); Blue value is 173 (67.97% from 255 or 44.02% from 393); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1DAD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF1DAD is #40E252. Grayscale: #5D5D5D. Windows color (decimal): -4252243 or 11345343. OLE color: 11345343.

HSL color Cylindrical-coordinate representation of color #BF1DAD: hue angle of 306.67º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BF1DAD is Cyan = 0, Magento = 0.85, Yellow = 0.09 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 29 173 -
CMYK 0 0.85 0.09 0.25
HSL 306.67º 0.74% 0.43% -
HSV(B) 306.67º 0.85% 0.75% -
XYZ 29.47 14.97 40.87 -
YUV 93.85 172.67 197.29 -
System Red Green Blue C M Y K H S L
Decimal 191 29 173 0 0.85 0.09 0.25 306.67 0.74 0.43
Hex BF 1D AD 0 55 9 19 133 4A 2B
Octal 277 35 255 0 125 11 31 463 112 53
Binary 10111111 11101 10101101 0 1010101 1001 11001 100110011 1001010 101011

Color Harmonies of #BF1DAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF1DAD

Black with #BF1DAD

Text Example


Text Example

White with #BF1DAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF1DAD; }

 p { color: rgb(191,29,173); }

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

background-color css

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

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

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

border-color css

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

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

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