Html Css Color HEX #BE25C2 Deep Magenta

📋 copy color: '#BE25C2'

red 190 ◦ green 37 ◦ blue 194

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

Shades of Deep Magenta #BE25C2

Tints of Deep Magenta #BE25C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 46.08%

R = 45.13%
G = 8.79%
B = 46.08%

CMYK

 C value IS 0.02

 M value IS 0.81

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#BE25C2 (or 0xBE25C2) is known color: Deep Magenta. HEX triplet: BE, 25 and C2. RGB value is (190,37,194). Sum of RGB (Red+Green+Blue) = 190+37+194=421 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.13% from 421); Green value is 37 (14.84% from 255 or 8.79% from 421); Blue value is 194 (76.17% from 255 or 46.08% from 421); Max value from RGB is 194 - color contains mainly: blue. Hex color #BE25C2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE25C2 is #41DA3D. Grayscale: #646464. Windows color (decimal): -4315710 or 12723646. OLE color: 12723646.

HSL color Cylindrical-coordinate representation of color #BE25C2: hue angle of 298.47º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BE25C2 is Cyan = 0.02, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 190 37 194 -
CMYK 0.02 0.81 0 0.24
HSL 298.47º 0.68% 0.45% -
HSV(B) 298.47º 0.81% 0.76% -
XYZ 31.63 16.17 52.49 -
YUV 100.65 180.69 191.73 -
System Red Green Blue C M Y K H S L
Decimal 190 37 194 0.02 0.81 0 0.24 298.47 0.68 0.45
Hex BE 25 C2 2 51 0 18 12A 44 2D
Octal 276 45 302 2 121 0 30 452 104 55
Binary 10111110 100101 11000010 10 1010001 0 11000 100101010 1000100 101101

Color Harmonies of #BE25C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE25C2

Black with #BE25C2

Text Example


Text Example

White with #BE25C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE25C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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