Html Css Color HEX #BF0ACD Deep Magenta

📋 copy color: '#BF0ACD'

red 191 ◦ green 10 ◦ blue 205

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

Shades of Deep Magenta #BF0ACD

Tints of Deep Magenta #BF0ACD

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.46%

 BLUE value IS 205 (80.47% from 255) = 50.49%

R = 47.04%
G = 2.46%
B = 50.49%

CMYK

 C value IS 0.07

 M value IS 0.95

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BF0ACD (or 0xBF0ACD) is known color: Deep Magenta. HEX triplet: BF, 0A and CD. RGB value is (191,10,205). Sum of RGB (Red+Green+Blue) = 191+10+205=406 (53% of max value = 765). Red value is 191 (75% from 255 or 47.04% from 406); Green value is 10 (4.30% from 255 or 2.46% from 406); Blue value is 205 (80.47% from 255 or 50.49% from 406); Max value from RGB is 205 - color contains mainly: blue. Hex color #BF0ACD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BF0ACD is #40F532. Grayscale: #555555. Windows color (decimal): -4257075 or 13437631. OLE color: 13437631.

HSL color Cylindrical-coordinate representation of color #BF0ACD: hue angle of 295.69º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BF0ACD is Cyan = 0.07, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 191 10 205 -
CMYK 0.07 0.95 0 0.20
HSL 295.69º 0.91% 0.42% -
HSV(B) 295.69º 0.95% 0.8% -
XYZ 32.61 15.7 59.07 -
YUV 86.35 194.97 202.64 -
System Red Green Blue C M Y K H S L
Decimal 191 10 205 0.07 0.95 0 0.20 295.69 0.91 0.42
Hex BF A CD 7 5F 0 14 128 5B 2A
Octal 277 12 315 7 137 0 24 450 133 52
Binary 10111111 1010 11001101 111 1011111 0 10100 100101000 1011011 101010

Color Harmonies of #BF0ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF0ACD

Black with #BF0ACD

Text Example


Text Example

White with #BF0ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF0ACD; }

 p { color: rgb(191,10,205); }

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

background-color css

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

 a { background-color: rgb(191,10,205); }

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

border-color css

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

 span { border-color: rgb(191,10,205); }

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