Html Css Color HEX #BE11BC Deep Magenta

📋 copy color: '#BE11BC'

red 190 ◦ green 17 ◦ blue 188

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

Shades of Deep Magenta #BE11BC

Tints of Deep Magenta #BE11BC

RGB

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

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

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

R = 48.1%
G = 4.3%
B = 47.59%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.01

 K value IS 0.25

RGB Variations

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

Color information

#BE11BC (or 0xBE11BC) is known color: Deep Magenta. HEX triplet: BE, 11 and BC. RGB value is (190,17,188). Sum of RGB (Red+Green+Blue) = 190+17+188=395 (52% of max value = 765). Red value is 190 (74.61% from 255 or 48.10% from 395); Green value is 17 (7.03% from 255 or 4.30% from 395); Blue value is 188 (73.83% from 255 or 47.59% from 395); Max value from RGB is 190 - color contains mainly: red. Hex color #BE11BC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BE11BC is #41EE43. Grayscale: #575757. Windows color (decimal): -4320836 or 12325310. OLE color: 12325310.

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

Color convert

RGB 190 17 188 -
CMYK 0 0.91 0.01 0.25
HSL 300.69º 0.84% 0.41% -
HSV(B) 300.69º 0.91% 0.75% -
XYZ 30.51 14.98 48.86 -
YUV 88.22 184.31 200.6 -
System Red Green Blue C M Y K H S L
Decimal 190 17 188 0 0.91 0.01 0.25 300.69 0.84 0.41
Hex BE 11 BC 0 5B 1 19 12D 54 29
Octal 276 21 274 0 133 1 31 455 124 51
Binary 10111110 10001 10111100 0 1011011 1 11001 100101101 1010100 101001

Color Harmonies of #BE11BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE11BC

Black with #BE11BC

Text Example


Text Example

White with #BE11BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE11BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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