Html Css Color HEX #BE03CE Deep Magenta

📋 copy color: '#BE03CE'

red 190 ◦ green 3 ◦ blue 206

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

Shades of Deep Magenta #BE03CE

Tints of Deep Magenta #BE03CE

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.75%

 BLUE value IS 206 (80.86% from 255) = 51.63%

R = 47.62%
G = 0.75%
B = 51.63%

CMYK

 C value IS 0.08

 M value IS 0.99

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BE03CE (or 0xBE03CE) is known color: Deep Magenta. HEX triplet: BE, 03 and CE. RGB value is (190,3,206). Sum of RGB (Red+Green+Blue) = 190+3+206=399 (52% of max value = 765). Red value is 190 (74.61% from 255 or 47.62% from 399); Green value is 3 (1.56% from 255 or 0.75% from 399); Blue value is 206 (80.86% from 255 or 51.63% from 399); Max value from RGB is 206 - color contains mainly: blue. Hex color #BE03CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BE03CE is #41FC31. Grayscale: #515151. Windows color (decimal): -4324402 or 13501374. OLE color: 13501374.

HSL color Cylindrical-coordinate representation of color #BE03CE: hue angle of 295.27º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BE03CE is Cyan = 0.08, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 190 3 206 -
CMYK 0.08 0.99 0 0.19
HSL 295.27º 0.97% 0.41% -
HSV(B) 295.27º 0.99% 0.81% -
XYZ 32.41 15.47 59.67 -
YUV 82.06 197.95 204.99 -
System Red Green Blue C M Y K H S L
Decimal 190 3 206 0.08 0.99 0 0.19 295.27 0.97 0.41
Hex BE 3 CE 8 63 0 13 127 61 29
Octal 276 3 316 10 143 0 23 447 141 51
Binary 10111110 11 11001110 1000 1100011 0 10011 100100111 1100001 101001

Color Harmonies of #BE03CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE03CE

Black with #BE03CE

Text Example


Text Example

White with #BE03CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE03CE; }

 p { color: rgb(190,3,206); }

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

background-color css

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

 a { background-color: rgb(190,3,206); }

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

border-color css

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

 span { border-color: rgb(190,3,206); }

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