Html Css Color HEX #BE25AF Deep Magenta

📋 copy color: '#BE25AF'

red 190 ◦ green 37 ◦ blue 175

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

Shades of Deep Magenta #BE25AF

Tints of Deep Magenta #BE25AF

RGB

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

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

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

R = 47.26%
G = 9.2%
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

#BE25AF (or 0xBE25AF) is known color: Deep Magenta. HEX triplet: BE, 25 and AF. RGB value is (190,37,175). Sum of RGB (Red+Green+Blue) = 190+37+175=402 (53% of max value = 765). Red value is 190 (74.61% from 255 or 47.26% from 402); Green value is 37 (14.84% from 255 or 9.20% from 402); Blue value is 175 (68.75% from 255 or 43.53% from 402); Max value from RGB is 190 - color contains mainly: red. Hex color #BE25AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE25AF is #41DA50. Grayscale: #626262. Windows color (decimal): -4315729 or 11478462. OLE color: 11478462.

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

Color convert

RGB 190 37 175 -
CMYK 0 0.81 0.08 0.25
HSL 305.88º 0.67% 0.45% -
HSV(B) 305.88º 0.81% 0.75% -
XYZ 29.63 15.37 41.96 -
YUV 98.48 171.19 193.28 -
System Red Green Blue C M Y K H S L
Decimal 190 37 175 0 0.81 0.08 0.25 305.88 0.67 0.45
Hex BE 25 AF 0 51 8 19 132 43 2D
Octal 276 45 257 0 121 10 31 462 103 55
Binary 10111110 100101 10101111 0 1010001 1000 11001 100110010 1000011 101101

Color Harmonies of #BE25AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE25AF

Black with #BE25AF

Text Example


Text Example

White with #BE25AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE25AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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