Html Css Color HEX #BE00C0 Deep Magenta

📋 copy color: '#BE00C0'

red 190 ◦ green 0 ◦ blue 192

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

Shades of Deep Magenta #BE00C0

Tints of Deep Magenta #BE00C0

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 192 (75.39% from 255) = 50.26%

R = 49.74%
G = 0%
B = 50.26%

CMYK

 C value IS 0.01

 M value IS 1

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BE00C0 (or 0xBE00C0) is known color: Deep Magenta. HEX triplet: BE, 00 and C0. RGB value is (190,0,192). Sum of RGB (Red+Green+Blue) = 190+0+192=382 (50% of max value = 765). Red value is 190 (74.61% from 255 or 49.74% from 382); Green value is 0 (0.39% from 255 or 0% from 382); Blue value is 192 (75.39% from 255 or 50.26% from 382); Max value from RGB is 192 - color contains mainly: blue. Hex color #BE00C0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BE00C0 is #41FF3F. Grayscale: #4E4E4E. Windows color (decimal): -4325184 or 12583102. OLE color: 12583102.

HSL color Cylindrical-coordinate representation of color #BE00C0: hue angle of 299.38º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BE00C0 is Cyan = 0.01, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 0 192 -
CMYK 0.01 1 0 0.25
HSL 299.38º 1% 0.38% -
HSV(B) 299.38º 1% 0.75% -
XYZ 30.75 14.75 51.1 -
YUV 78.7 191.95 207.39 -
System Red Green Blue C M Y K H S L
Decimal 190 0 192 0.01 1 0 0.25 299.38 1 0.38
Hex BE 0 C0 1 64 0 19 12B 64 26
Octal 276 0 300 1 144 0 31 453 144 46
Binary 10111110 0 11000000 1 1100100 0 11001 100101011 1100100 100110

Color Harmonies of #BE00C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE00C0

Black with #BE00C0

Text Example


Text Example

White with #BE00C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE00C0; }

 p { color: rgb(190,0,192); }

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

background-color css

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

 a { background-color: rgb(190,0,192); }

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

border-color css

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

 span { border-color: rgb(190,0,192); }

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