Html Css Color HEX #BE25CF Deep Magenta

📋 copy color: '#BE25CF'

red 190 ◦ green 37 ◦ blue 207

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

Shades of Deep Magenta #BE25CF

Tints of Deep Magenta #BE25CF

RGB

 RED value IS 190 (74.61% from 255) = 43.78%

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

 BLUE value IS 207 (81.25% from 255) = 47.7%

R = 43.78%
G = 8.53%
B = 47.7%

CMYK

 C value IS 0.08

 M value IS 0.82

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BE25CF (or 0xBE25CF) is known color: Deep Magenta. HEX triplet: BE, 25 and CF. RGB value is (190,37,207). Sum of RGB (Red+Green+Blue) = 190+37+207=434 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.78% from 434); Green value is 37 (14.84% from 255 or 8.53% from 434); Blue value is 207 (81.25% from 255 or 47.70% from 434); Max value from RGB is 207 - color contains mainly: blue. Hex color #BE25CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE25CF is #41DA30. Grayscale: #656565. Windows color (decimal): -4315697 or 13575614. OLE color: 13575614.

HSL color Cylindrical-coordinate representation of color #BE25CF: hue angle of 294º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BE25CF is Cyan = 0.08, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 190 37 207 -
CMYK 0.08 0.82 0 0.19
HSL 294º 0.7% 0.48% -
HSV(B) 294º 0.82% 0.81% -
XYZ 33.16 16.78 60.52 -
YUV 102.13 187.19 190.68 -
System Red Green Blue C M Y K H S L
Decimal 190 37 207 0.08 0.82 0 0.19 294 0.7 0.48
Hex BE 25 CF 8 52 0 13 126 46 30
Octal 276 45 317 10 122 0 23 446 106 60
Binary 10111110 100101 11001111 1000 1010010 0 10011 100100110 1000110 110000

Color Harmonies of #BE25CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE25CF

Black with #BE25CF

Text Example


Text Example

White with #BE25CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE25CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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