Html Css Color HEX #BE15B9 Deep Magenta

📋 copy color: '#BE15B9'

red 190 ◦ green 21 ◦ blue 185

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

Shades of Deep Magenta #BE15B9

Tints of Deep Magenta #BE15B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 46.72%

R = 47.98%
G = 5.3%
B = 46.72%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.03

 K value IS 0.25

RGB Variations

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

Color information

#BE15B9 (or 0xBE15B9) is known color: Deep Magenta. HEX triplet: BE, 15 and B9. RGB value is (190,21,185). Sum of RGB (Red+Green+Blue) = 190+21+185=396 (52% of max value = 765). Red value is 190 (74.61% from 255 or 47.98% from 396); Green value is 21 (8.59% from 255 or 5.30% from 396); Blue value is 185 (72.66% from 255 or 46.72% from 396); Max value from RGB is 190 - color contains mainly: red. Hex color #BE15B9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BE15B9 is #41EA46. Grayscale: #595959. Windows color (decimal): -4319815 or 12129726. OLE color: 12129726.

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

Color convert

RGB 190 21 185 -
CMYK 0 0.89 0.03 0.25
HSL 301.78º 0.8% 0.41% -
HSV(B) 301.78º 0.89% 0.75% -
XYZ 30.26 14.99 47.2 -
YUV 90.23 181.49 199.16 -
System Red Green Blue C M Y K H S L
Decimal 190 21 185 0 0.89 0.03 0.25 301.78 0.8 0.41
Hex BE 15 B9 0 59 3 19 12E 50 29
Octal 276 25 271 0 131 3 31 456 120 51
Binary 10111110 10101 10111001 0 1011001 11 11001 100101110 1010000 101001

Color Harmonies of #BE15B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE15B9

Black with #BE15B9

Text Example


Text Example

White with #BE15B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE15B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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