Html Css Color HEX #BF25BE Deep Magenta

📋 copy color: '#BF25BE'

red 191 ◦ green 37 ◦ blue 190

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

Shades of Deep Magenta #BF25BE

Tints of Deep Magenta #BF25BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 45.45%

R = 45.69%
G = 8.85%
B = 45.45%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.01

 K value IS 0.25

RGB Variations

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

Color information

#BF25BE (or 0xBF25BE) is known color: Deep Magenta. HEX triplet: BF, 25 and BE. RGB value is (191,37,190). Sum of RGB (Red+Green+Blue) = 191+37+190=418 (55% of max value = 765). Red value is 191 (75% from 255 or 45.69% from 418); Green value is 37 (14.84% from 255 or 8.85% from 418); Blue value is 190 (74.61% from 255 or 45.45% from 418); Max value from RGB is 191 - color contains mainly: red. Hex color #BF25BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF25BE is #40DA41. Grayscale: #646464. Windows color (decimal): -4250178 or 12461503. OLE color: 12461503.

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

Color convert

RGB 191 37 190 -
CMYK 0 0.81 0.01 0.25
HSL 300.39º 0.68% 0.45% -
HSV(B) 300.39º 0.81% 0.75% -
XYZ 31.44 16.12 50.17 -
YUV 100.49 178.52 192.56 -
System Red Green Blue C M Y K H S L
Decimal 191 37 190 0 0.81 0.01 0.25 300.39 0.68 0.45
Hex BF 25 BE 0 51 1 19 12C 44 2D
Octal 277 45 276 0 121 1 31 454 104 55
Binary 10111111 100101 10111110 0 1010001 1 11001 100101100 1000100 101101

Color Harmonies of #BF25BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF25BE

Black with #BF25BE

Text Example


Text Example

White with #BF25BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF25BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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