Html Css Color HEX #BE15BC Deep Magenta

📋 copy color: '#BE15BC'

red 190 ◦ green 21 ◦ blue 188

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

Shades of Deep Magenta #BE15BC

Tints of Deep Magenta #BE15BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 47.12%

R = 47.62%
G = 5.26%
B = 47.12%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.01

 K value IS 0.25

RGB Variations

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

Color information

#BE15BC (or 0xBE15BC) is known color: Deep Magenta. HEX triplet: BE, 15 and BC. RGB value is (190,21,188). Sum of RGB (Red+Green+Blue) = 190+21+188=399 (52% of max value = 765). Red value is 190 (74.61% from 255 or 47.62% from 399); Green value is 21 (8.59% from 255 or 5.26% from 399); Blue value is 188 (73.83% from 255 or 47.12% from 399); Max value from RGB is 190 - color contains mainly: red. Hex color #BE15BC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BE15BC is #41EA43. Grayscale: #5A5A5A. Windows color (decimal): -4319812 or 12326334. OLE color: 12326334.

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

Color convert

RGB 190 21 188 -
CMYK 0 0.89 0.01 0.25
HSL 300.71º 0.8% 0.41% -
HSV(B) 300.71º 0.89% 0.75% -
XYZ 30.58 15.11 48.88 -
YUV 90.57 182.99 198.92 -
System Red Green Blue C M Y K H S L
Decimal 190 21 188 0 0.89 0.01 0.25 300.71 0.8 0.41
Hex BE 15 BC 0 59 1 19 12D 50 29
Octal 276 25 274 0 131 1 31 455 120 51
Binary 10111110 10101 10111100 0 1011001 1 11001 100101101 1010000 101001

Color Harmonies of #BE15BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE15BC

Black with #BE15BC

Text Example


Text Example

White with #BE15BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE15BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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