Html Css Color HEX #BE03BE Deep Magenta

📋 copy color: '#BE03BE'

red 190 ◦ green 3 ◦ blue 190

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

Shades of Deep Magenta #BE03BE

Tints of Deep Magenta #BE03BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 49.61%

R = 49.61%
G = 0.78%
B = 49.61%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BE03BE (or 0xBE03BE) is known color: Deep Magenta. HEX triplet: BE, 03 and BE. RGB value is (190,3,190). Sum of RGB (Red+Green+Blue) = 190+3+190=383 (50% of max value = 765). Red value is 190 (74.61% from 255 or 49.61% from 383); Green value is 3 (1.56% from 255 or 0.78% from 383); Blue value is 190 (74.61% from 255 or 49.61% from 383); Max value from RGB is 190 - color contains mainly: red, blue. Hex color #BE03BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BE03BE is #41FC41. Grayscale: #4F4F4F. Windows color (decimal): -4324418 or 12452798. OLE color: 12452798.

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

Color convert

RGB 190 3 190 -
CMYK 0 0.98 0 0.25
HSL 300º 0.97% 0.38% -
HSV(B) 300º 0.98% 0.75% -
XYZ 30.56 14.73 49.95 -
YUV 80.23 189.95 206.29 -
System Red Green Blue C M Y K H S L
Decimal 190 3 190 0 0.98 0 0.25 300 0.97 0.38
Hex BE 3 BE 0 62 0 19 12C 61 26
Octal 276 3 276 0 142 0 31 454 141 46
Binary 10111110 11 10111110 0 1100010 0 11001 100101100 1100001 100110

Color Harmonies of #BE03BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE03BE

Black with #BE03BE

Text Example


Text Example

White with #BE03BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE03BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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