Html Css Color HEX #BE18B5 Deep Magenta

📋 copy color: '#BE18B5'

red 190 ◦ green 24 ◦ blue 181

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

Shades of Deep Magenta #BE18B5

Tints of Deep Magenta #BE18B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 45.82%

R = 48.1%
G = 6.08%
B = 45.82%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.05

 K value IS 0.25

RGB Variations

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

Color information

#BE18B5 (or 0xBE18B5) is known color: Deep Magenta. HEX triplet: BE, 18 and B5. RGB value is (190,24,181). Sum of RGB (Red+Green+Blue) = 190+24+181=395 (52% of max value = 765). Red value is 190 (74.61% from 255 or 48.10% from 395); Green value is 24 (9.77% from 255 or 6.08% from 395); Blue value is 181 (71.09% from 255 or 45.82% from 395); Max value from RGB is 190 - color contains mainly: red. Hex color #BE18B5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BE18B5 is #41E74A. Grayscale: #5B5B5B. Windows color (decimal): -4319051 or 11868350. OLE color: 11868350.

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

Color convert

RGB 190 24 181 -
CMYK 0 0.87 0.05 0.25
HSL 303.25º 0.78% 0.42% -
HSV(B) 303.25º 0.87% 0.75% -
XYZ 29.9 14.94 45.02 -
YUV 91.53 178.5 198.23 -
System Red Green Blue C M Y K H S L
Decimal 190 24 181 0 0.87 0.05 0.25 303.25 0.78 0.42
Hex BE 18 B5 0 57 5 19 12F 4E 2A
Octal 276 30 265 0 127 5 31 457 116 52
Binary 10111110 11000 10110101 0 1010111 101 11001 100101111 1001110 101010

Color Harmonies of #BE18B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE18B5

Black with #BE18B5

Text Example


Text Example

White with #BE18B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE18B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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