Html Css Color HEX #BE18BE Deep Magenta

📋 copy color: '#BE18BE'

red 190 ◦ green 24 ◦ blue 190

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

Shades of Deep Magenta #BE18BE

Tints of Deep Magenta #BE18BE

RGB

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

 GREEN value IS 24 (9.77% from 255) = 5.94%

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

R = 47.03%
G = 5.94%
B = 47.03%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BE18BE (or 0xBE18BE) is known color: Deep Magenta. HEX triplet: BE, 18 and BE. RGB value is (190,24,190). Sum of RGB (Red+Green+Blue) = 190+24+190=404 (53% of max value = 765). Red value is 190 (74.61% from 255 or 47.03% from 404); Green value is 24 (9.77% from 255 or 5.94% from 404); Blue value is 190 (74.61% from 255 or 47.03% from 404); Max value from RGB is 190 - color contains mainly: red, blue. Hex color #BE18BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BE18BE is #41E741. Grayscale: #5C5C5C. Windows color (decimal): -4319042 or 12458174. OLE color: 12458174.

HSL color Cylindrical-coordinate representation of color #BE18BE: hue angle of 300º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BE18BE is Cyan = 0, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 24 190 -
CMYK 0 0.87 0 0.25
HSL 300º 0.78% 0.42% -
HSV(B) 300º 0.87% 0.75% -
XYZ 30.86 15.32 50.05 -
YUV 92.56 183 197.5 -
System Red Green Blue C M Y K H S L
Decimal 190 24 190 0 0.87 0 0.25 300 0.78 0.42
Hex BE 18 BE 0 57 0 19 12C 4E 2A
Octal 276 30 276 0 127 0 31 454 116 52
Binary 10111110 11000 10111110 0 1010111 0 11001 100101100 1001110 101010

Color Harmonies of #BE18BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE18BE

Black with #BE18BE

Text Example


Text Example

White with #BE18BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE18BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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