Html Css Color HEX #BE25BE Deep Magenta

📋 copy color: '#BE25BE'

red 190 ◦ green 37 ◦ blue 190

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

Shades of Deep Magenta #BE25BE

Tints of Deep Magenta #BE25BE

RGB

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

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

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

R = 45.56%
G = 8.87%
B = 45.56%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BE25BE (or 0xBE25BE) is known color: Deep Magenta. HEX triplet: BE, 25 and BE. RGB value is (190,37,190). Sum of RGB (Red+Green+Blue) = 190+37+190=417 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.56% from 417); Green value is 37 (14.84% from 255 or 8.87% from 417); Blue value is 190 (74.61% from 255 or 45.56% from 417); Max value from RGB is 190 - color contains mainly: red, blue. Hex color #BE25BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE25BE is #41DA41. Grayscale: #636363. Windows color (decimal): -4315714 or 12461502. OLE color: 12461502.

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

Color convert

RGB 190 37 190 -
CMYK 0 0.81 0 0.25
HSL 300º 0.67% 0.45% -
HSV(B) 300º 0.81% 0.75% -
XYZ 31.19 15.99 50.16 -
YUV 100.19 178.69 192.06 -
System Red Green Blue C M Y K H S L
Decimal 190 37 190 0 0.81 0 0.25 300 0.67 0.45
Hex BE 25 BE 0 51 0 19 12C 43 2D
Octal 276 45 276 0 121 0 31 454 103 55
Binary 10111110 100101 10111110 0 1010001 0 11001 100101100 1000011 101101

Color Harmonies of #BE25BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE25BE

Black with #BE25BE

Text Example


Text Example

White with #BE25BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE25BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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