Html Css Color HEX #BF0DAB Deep Magenta

📋 copy color: '#BF0DAB'

red 191 ◦ green 13 ◦ blue 171

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

Shades of Deep Magenta #BF0DAB

Tints of Deep Magenta #BF0DAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 45.6%

R = 50.93%
G = 3.47%
B = 45.6%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.10

 K value IS 0.25

RGB Variations

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

Color information

#BF0DAB (or 0xBF0DAB) is known color: Deep Magenta. HEX triplet: BF, 0D and AB. RGB value is (191,13,171). Sum of RGB (Red+Green+Blue) = 191+13+171=375 (49% of max value = 765). Red value is 191 (75% from 255 or 50.93% from 375); Green value is 13 (5.47% from 255 or 3.47% from 375); Blue value is 171 (67.19% from 255 or 45.6% from 375); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0DAB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF0DAB is #40F254. Grayscale: #535353. Windows color (decimal): -4256341 or 11210175. OLE color: 11210175.

HSL color Cylindrical-coordinate representation of color #BF0DAB: hue angle of 306.74º 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 #BF0DAB is Cyan = 0, Magento = 0.93, Yellow = 0.10 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 13 171 -
CMYK 0 0.93 0.10 0.25
HSL 306.74º 0.87% 0.4% -
HSV(B) 306.74º 0.93% 0.75% -
XYZ 28.98 14.3 39.76 -
YUV 84.23 176.97 204.15 -
System Red Green Blue C M Y K H S L
Decimal 191 13 171 0 0.93 0.10 0.25 306.74 0.87 0.4
Hex BF D AB 0 5D A 19 133 57 28
Octal 277 15 253 0 135 12 31 463 127 50
Binary 10111111 1101 10101011 0 1011101 1010 11001 100110011 1010111 101000

Color Harmonies of #BF0DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF0DAB

Black with #BF0DAB

Text Example


Text Example

White with #BF0DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF0DAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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