Html Css Color HEX #BE15B0 Deep Magenta

📋 copy color: '#BE15B0'

red 190 ◦ green 21 ◦ blue 176

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

Shades of Deep Magenta #BE15B0

Tints of Deep Magenta #BE15B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 45.48%

R = 49.1%
G = 5.43%
B = 45.48%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.07

 K value IS 0.25

RGB Variations

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

Color information

#BE15B0 (or 0xBE15B0) is known color: Deep Magenta. HEX triplet: BE, 15 and B0. RGB value is (190,21,176). Sum of RGB (Red+Green+Blue) = 190+21+176=387 (51% of max value = 765). Red value is 190 (74.61% from 255 or 49.10% from 387); Green value is 21 (8.59% from 255 or 5.43% from 387); Blue value is 176 (69.14% from 255 or 45.48% from 387); Max value from RGB is 190 - color contains mainly: red. Hex color #BE15B0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BE15B0 is #41EA4F. Grayscale: #585858. Windows color (decimal): -4319824 or 11539902. OLE color: 11539902.

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

Color convert

RGB 190 21 176 -
CMYK 0 0.89 0.07 0.25
HSL 304.97º 0.8% 0.41% -
HSV(B) 304.97º 0.89% 0.75% -
XYZ 29.34 14.62 42.35 -
YUV 89.2 176.99 199.9 -
System Red Green Blue C M Y K H S L
Decimal 190 21 176 0 0.89 0.07 0.25 304.97 0.8 0.41
Hex BE 15 B0 0 59 7 19 131 50 29
Octal 276 25 260 0 131 7 31 461 120 51
Binary 10111110 10101 10110000 0 1011001 111 11001 100110001 1010000 101001

Color Harmonies of #BE15B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE15B0

Black with #BE15B0

Text Example


Text Example

White with #BE15B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE15B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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