Html Css Color HEX #BF24AF Deep Magenta

📋 copy color: '#BF24AF'

red 191 ◦ green 36 ◦ blue 175

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

Shades of Deep Magenta #BF24AF

Tints of Deep Magenta #BF24AF

RGB

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

 GREEN value IS 36 (14.45% from 255) = 8.96%

 BLUE value IS 175 (68.75% from 255) = 43.53%

R = 47.51%
G = 8.96%
B = 43.53%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.08

 K value IS 0.25

RGB Variations

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

Color information

#BF24AF (or 0xBF24AF) is known color: Deep Magenta. HEX triplet: BF, 24 and AF. RGB value is (191,36,175). Sum of RGB (Red+Green+Blue) = 191+36+175=402 (53% of max value = 765). Red value is 191 (75% from 255 or 47.51% from 402); Green value is 36 (14.45% from 255 or 8.96% from 402); Blue value is 175 (68.75% from 255 or 43.53% from 402); Max value from RGB is 191 - color contains mainly: red. Hex color #BF24AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF24AF is #40DB50. Grayscale: #616161. Windows color (decimal): -4250449 or 11478207. OLE color: 11478207.

HSL color Cylindrical-coordinate representation of color #BF24AF: hue angle of 306.19º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BF24AF is Cyan = 0, Magento = 0.81, Yellow = 0.08 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 36 175 -
CMYK 0 0.81 0.08 0.25
HSL 306.19º 0.68% 0.45% -
HSV(B) 306.19º 0.81% 0.75% -
XYZ 29.85 15.43 41.96 -
YUV 98.19 171.35 194.2 -
System Red Green Blue C M Y K H S L
Decimal 191 36 175 0 0.81 0.08 0.25 306.19 0.68 0.45
Hex BF 24 AF 0 51 8 19 132 44 2D
Octal 277 44 257 0 121 10 31 462 104 55
Binary 10111111 100100 10101111 0 1010001 1000 11001 100110010 1000100 101101

Color Harmonies of #BF24AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF24AF

Black with #BF24AF

Text Example


Text Example

White with #BF24AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF24AF; }

 p { color: rgb(191,36,175); }

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

background-color css

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

 a { background-color: rgb(191,36,175); }

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

border-color css

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

 span { border-color: rgb(191,36,175); }

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