Html Css Color HEX #BE03CA Deep Magenta

📋 copy color: '#BE03CA'

red 190 ◦ green 3 ◦ blue 202

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

Shades of Deep Magenta #BE03CA

Tints of Deep Magenta #BE03CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 51.14%

R = 48.1%
G = 0.76%
B = 51.14%

CMYK

 C value IS 0.06

 M value IS 0.99

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BE03CA (or 0xBE03CA) is known color: Deep Magenta. HEX triplet: BE, 03 and CA. RGB value is (190,3,202). Sum of RGB (Red+Green+Blue) = 190+3+202=395 (52% of max value = 765). Red value is 190 (74.61% from 255 or 48.10% from 395); Green value is 3 (1.56% from 255 or 0.76% from 395); Blue value is 202 (79.30% from 255 or 51.14% from 395); Max value from RGB is 202 - color contains mainly: blue. Hex color #BE03CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BE03CA is #41FC35. Grayscale: #505050. Windows color (decimal): -4324406 or 13239230. OLE color: 13239230.

HSL color Cylindrical-coordinate representation of color #BE03CA: hue angle of 296.38º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BE03CA is Cyan = 0.06, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 190 3 202 -
CMYK 0.06 0.99 0 0.21
HSL 296.38º 0.97% 0.4% -
HSV(B) 296.38º 0.99% 0.79% -
XYZ 31.93 15.28 57.14 -
YUV 81.6 195.95 205.32 -
System Red Green Blue C M Y K H S L
Decimal 190 3 202 0.06 0.99 0 0.21 296.38 0.97 0.4
Hex BE 3 CA 6 63 0 15 128 61 28
Octal 276 3 312 6 143 0 25 450 141 50
Binary 10111110 11 11001010 110 1100011 0 10101 100101000 1100001 101000

Color Harmonies of #BE03CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE03CA

Black with #BE03CA

Text Example


Text Example

White with #BE03CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE03CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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