Html Css Color HEX #BE11B8 Deep Magenta

📋 copy color: '#BE11B8'

red 190 ◦ green 17 ◦ blue 184

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

Shades of Deep Magenta #BE11B8

Tints of Deep Magenta #BE11B8

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.35%

 BLUE value IS 184 (72.27% from 255) = 47.06%

R = 48.59%
G = 4.35%
B = 47.06%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.03

 K value IS 0.25

RGB Variations

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

Color information

#BE11B8 (or 0xBE11B8) is known color: Deep Magenta. HEX triplet: BE, 11 and B8. RGB value is (190,17,184). Sum of RGB (Red+Green+Blue) = 190+17+184=391 (51% of max value = 765). Red value is 190 (74.61% from 255 or 48.59% from 391); Green value is 17 (7.03% from 255 or 4.35% from 391); Blue value is 184 (72.27% from 255 or 47.06% from 391); Max value from RGB is 190 - color contains mainly: red. Hex color #BE11B8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BE11B8 is #41EE47. Grayscale: #575757. Windows color (decimal): -4320840 or 12063166. OLE color: 12063166.

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

Color convert

RGB 190 17 184 -
CMYK 0 0.91 0.03 0.25
HSL 302.08º 0.84% 0.41% -
HSV(B) 302.08º 0.91% 0.75% -
XYZ 30.09 14.81 46.62 -
YUV 87.77 182.31 200.92 -
System Red Green Blue C M Y K H S L
Decimal 190 17 184 0 0.91 0.03 0.25 302.08 0.84 0.41
Hex BE 11 B8 0 5B 3 19 12E 54 29
Octal 276 21 270 0 133 3 31 456 124 51
Binary 10111110 10001 10111000 0 1011011 11 11001 100101110 1010100 101001

Color Harmonies of #BE11B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE11B8

Black with #BE11B8

Text Example


Text Example

White with #BE11B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE11B8; }

 p { color: rgb(190,17,184); }

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

background-color css

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

 a { background-color: rgb(190,17,184); }

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

border-color css

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

 span { border-color: rgb(190,17,184); }

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