Html Css Color HEX #BE11CB Deep Magenta

📋 copy color: '#BE11CB'

red 190 ◦ green 17 ◦ blue 203

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

Shades of Deep Magenta #BE11CB

Tints of Deep Magenta #BE11CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 49.51%

R = 46.34%
G = 4.15%
B = 49.51%

CMYK

 C value IS 0.06

 M value IS 0.92

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BE11CB (or 0xBE11CB) is known color: Deep Magenta. HEX triplet: BE, 11 and CB. RGB value is (190,17,203). Sum of RGB (Red+Green+Blue) = 190+17+203=410 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.34% from 410); Green value is 17 (7.03% from 255 or 4.15% from 410); Blue value is 203 (79.69% from 255 or 49.51% from 410); Max value from RGB is 203 - color contains mainly: blue. Hex color #BE11CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BE11CB is #41EE34. Grayscale: #595959. Windows color (decimal): -4320821 or 13308350. OLE color: 13308350.

HSL color Cylindrical-coordinate representation of color #BE11CB: hue angle of 295.81º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BE11CB is Cyan = 0.06, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 190 17 203 -
CMYK 0.06 0.92 0 0.20
HSL 295.81º 0.85% 0.43% -
HSV(B) 295.81º 0.92% 0.8% -
XYZ 32.22 15.66 57.82 -
YUV 89.93 191.81 199.38 -
System Red Green Blue C M Y K H S L
Decimal 190 17 203 0.06 0.92 0 0.20 295.81 0.85 0.43
Hex BE 11 CB 6 5C 0 14 128 55 2B
Octal 276 21 313 6 134 0 24 450 125 53
Binary 10111110 10001 11001011 110 1011100 0 10100 100101000 1010101 101011

Color Harmonies of #BE11CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE11CB

Black with #BE11CB

Text Example


Text Example

White with #BE11CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE11CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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