Html Css Color HEX #BF0DA9 Deep Magenta

📋 copy color: '#BF0DA9'

red 191 ◦ green 13 ◦ blue 169

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

Shades of Deep Magenta #BF0DA9

Tints of Deep Magenta #BF0DA9

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.49%

 BLUE value IS 169 (66.41% from 255) = 45.31%

R = 51.21%
G = 3.49%
B = 45.31%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.12

 K value IS 0.25

RGB Variations

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

Color information

#BF0DA9 (or 0xBF0DA9) is known color: Deep Magenta. HEX triplet: BF, 0D and A9. RGB value is (191,13,169). Sum of RGB (Red+Green+Blue) = 191+13+169=373 (49% of max value = 765). Red value is 191 (75% from 255 or 51.21% from 373); Green value is 13 (5.47% from 255 or 3.49% from 373); Blue value is 169 (66.41% from 255 or 45.31% from 373); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0DA9 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF0DA9 is #40F256. Grayscale: #535353. Windows color (decimal): -4256343 or 11079103. OLE color: 11079103.

HSL color Cylindrical-coordinate representation of color #BF0DA9: hue angle of 307.42º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BF0DA9 is Cyan = 0, Magento = 0.93, Yellow = 0.12 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 13 169 -
CMYK 0 0.93 0.12 0.25
HSL 307.42º 0.87% 0.4% -
HSV(B) 307.42º 0.93% 0.75% -
XYZ 28.79 14.23 38.77 -
YUV 84.01 175.97 204.32 -
System Red Green Blue C M Y K H S L
Decimal 191 13 169 0 0.93 0.12 0.25 307.42 0.87 0.4
Hex BF D A9 0 5D C 19 133 57 28
Octal 277 15 251 0 135 14 31 463 127 50
Binary 10111111 1101 10101001 0 1011101 1100 11001 100110011 1010111 101000

Color Harmonies of #BF0DA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF0DA9

Black with #BF0DA9

Text Example


Text Example

White with #BF0DA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF0DA9; }

 p { color: rgb(191,13,169); }

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

background-color css

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

 a { background-color: rgb(191,13,169); }

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

border-color css

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

 span { border-color: rgb(191,13,169); }

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