Html Css Color HEX #BF25C9 Deep Magenta

📋 copy color: '#BF25C9'

red 191 ◦ green 37 ◦ blue 201

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

Shades of Deep Magenta #BF25C9

Tints of Deep Magenta #BF25C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 46.85%

R = 44.52%
G = 8.62%
B = 46.85%

CMYK

 C value IS 0.05

 M value IS 0.82

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BF25C9 (or 0xBF25C9) is known color: Deep Magenta. HEX triplet: BF, 25 and C9. RGB value is (191,37,201). Sum of RGB (Red+Green+Blue) = 191+37+201=429 (56% of max value = 765). Red value is 191 (75% from 255 or 44.52% from 429); Green value is 37 (14.84% from 255 or 8.62% from 429); Blue value is 201 (78.91% from 255 or 46.85% from 429); Max value from RGB is 201 - color contains mainly: blue. Hex color #BF25C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF25C9 is #40DA36. Grayscale: #656565. Windows color (decimal): -4250167 or 13182399. OLE color: 13182399.

HSL color Cylindrical-coordinate representation of color #BF25C9: hue angle of 296.34º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BF25C9 is Cyan = 0.05, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 191 37 201 -
CMYK 0.05 0.82 0 0.21
HSL 296.34º 0.69% 0.47% -
HSV(B) 296.34º 0.82% 0.79% -
XYZ 32.69 16.62 56.74 -
YUV 101.74 184.02 191.66 -
System Red Green Blue C M Y K H S L
Decimal 191 37 201 0.05 0.82 0 0.21 296.34 0.69 0.47
Hex BF 25 C9 5 52 0 15 128 45 2F
Octal 277 45 311 5 122 0 25 450 105 57
Binary 10111111 100101 11001001 101 1010010 0 10101 100101000 1000101 101111

Color Harmonies of #BF25C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF25C9

Black with #BF25C9

Text Example


Text Example

White with #BF25C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF25C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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