Html Css Color HEX #BE18D5 Deep Magenta

📋 copy color: '#BE18D5'

red 190 ◦ green 24 ◦ blue 213

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

Shades of Deep Magenta #BE18D5

Tints of Deep Magenta #BE18D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 49.88%

R = 44.5%
G = 5.62%
B = 49.88%

CMYK

 C value IS 0.11

 M value IS 0.89

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BE18D5 (or 0xBE18D5) is known color: Deep Magenta. HEX triplet: BE, 18 and D5. RGB value is (190,24,213). Sum of RGB (Red+Green+Blue) = 190+24+213=427 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.50% from 427); Green value is 24 (9.77% from 255 or 5.62% from 427); Blue value is 213 (83.59% from 255 or 49.88% from 427); Max value from RGB is 213 - color contains mainly: blue. Hex color #BE18D5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BE18D5 is #41E72A. Grayscale: #5E5E5E. Windows color (decimal): -4319019 or 13965502. OLE color: 13965502.

HSL color Cylindrical-coordinate representation of color #BE18D5: hue angle of 292.7º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BE18D5 is Cyan = 0.11, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 190 24 213 -
CMYK 0.11 0.89 0 0.16
HSL 292.7º 0.8% 0.46% -
HSV(B) 292.7º 0.89% 0.84% -
XYZ 33.57 16.4 64.35 -
YUV 95.18 194.5 195.63 -
System Red Green Blue C M Y K H S L
Decimal 190 24 213 0.11 0.89 0 0.16 292.7 0.8 0.46
Hex BE 18 D5 B 59 0 10 125 50 2E
Octal 276 30 325 13 131 0 20 445 120 56
Binary 10111110 11000 11010101 1011 1011001 0 10000 100100101 1010000 101110

Color Harmonies of #BE18D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE18D5

Black with #BE18D5

Text Example


Text Example

White with #BE18D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE18D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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