Html Css Color HEX #BF25AF Deep Magenta

📋 copy color: '#BF25AF'

red 191 ◦ green 37 ◦ blue 175

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

Shades of Deep Magenta #BF25AF

Tints of Deep Magenta #BF25AF

RGB

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

 GREEN value IS 37 (14.84% from 255) = 9.18%

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

R = 47.39%
G = 9.18%
B = 43.42%

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

#BF25AF (or 0xBF25AF) is known color: Deep Magenta. HEX triplet: BF, 25 and AF. RGB value is (191,37,175). Sum of RGB (Red+Green+Blue) = 191+37+175=403 (53% of max value = 765). Red value is 191 (75% from 255 or 47.39% from 403); Green value is 37 (14.84% from 255 or 9.18% from 403); Blue value is 175 (68.75% from 255 or 43.42% from 403); Max value from RGB is 191 - color contains mainly: red. Hex color #BF25AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF25AF is #40DA50. Grayscale: #626262. Windows color (decimal): -4250193 or 11478463. OLE color: 11478463.

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

Color convert

RGB 191 37 175 -
CMYK 0 0.81 0.08 0.25
HSL 306.23º 0.68% 0.45% -
HSV(B) 306.23º 0.81% 0.75% -
XYZ 29.89 15.49 41.97 -
YUV 98.78 171.02 193.78 -
System Red Green Blue C M Y K H S L
Decimal 191 37 175 0 0.81 0.08 0.25 306.23 0.68 0.45
Hex BF 25 AF 0 51 8 19 132 44 2D
Octal 277 45 257 0 121 10 31 462 104 55
Binary 10111111 100101 10101111 0 1010001 1000 11001 100110010 1000100 101101

Color Harmonies of #BF25AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF25AF

Black with #BF25AF

Text Example


Text Example

White with #BF25AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF25AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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