Html Css Color HEX #BE15AF Deep Magenta

📋 copy color: '#BE15AF'

red 190 ◦ green 21 ◦ blue 175

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

Shades of Deep Magenta #BE15AF

Tints of Deep Magenta #BE15AF

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.44%

 BLUE value IS 175 (68.75% from 255) = 45.34%

R = 49.22%
G = 5.44%
B = 45.34%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.08

 K value IS 0.25

RGB Variations

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

Color information

#BE15AF (or 0xBE15AF) is known color: Deep Magenta. HEX triplet: BE, 15 and AF. RGB value is (190,21,175). Sum of RGB (Red+Green+Blue) = 190+21+175=386 (51% of max value = 765). Red value is 190 (74.61% from 255 or 49.22% from 386); Green value is 21 (8.59% from 255 or 5.44% from 386); Blue value is 175 (68.75% from 255 or 45.34% from 386); Max value from RGB is 190 - color contains mainly: red. Hex color #BE15AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BE15AF is #41EA50. Grayscale: #585858. Windows color (decimal): -4319825 or 11474366. OLE color: 11474366.

HSL color Cylindrical-coordinate representation of color #BE15AF: hue angle of 305.33º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BE15AF is Cyan = 0, Magento = 0.89, Yellow = 0.08 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 21 175 -
CMYK 0 0.89 0.08 0.25
HSL 305.33º 0.8% 0.41% -
HSV(B) 305.33º 0.89% 0.75% -
XYZ 29.24 14.58 41.83 -
YUV 89.09 176.49 199.98 -
System Red Green Blue C M Y K H S L
Decimal 190 21 175 0 0.89 0.08 0.25 305.33 0.8 0.41
Hex BE 15 AF 0 59 8 19 131 50 29
Octal 276 25 257 0 131 10 31 461 120 51
Binary 10111110 10101 10101111 0 1011001 1000 11001 100110001 1010000 101001

Color Harmonies of #BE15AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE15AF

Black with #BE15AF

Text Example


Text Example

White with #BE15AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE15AF; }

 p { color: rgb(190,21,175); }

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

background-color css

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

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

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

border-color css

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

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

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