Html Css Color HEX #BE03BC Deep Magenta

📋 copy color: '#BE03BC'

red 190 ◦ green 3 ◦ blue 188

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

Shades of Deep Magenta #BE03BC

Tints of Deep Magenta #BE03BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 49.34%

R = 49.87%
G = 0.79%
B = 49.34%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.01

 K value IS 0.25

RGB Variations

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

Color information

#BE03BC (or 0xBE03BC) is known color: Deep Magenta. HEX triplet: BE, 03 and BC. RGB value is (190,3,188). Sum of RGB (Red+Green+Blue) = 190+3+188=381 (50% of max value = 765). Red value is 190 (74.61% from 255 or 49.87% from 381); Green value is 3 (1.56% from 255 or 0.79% from 381); Blue value is 188 (73.83% from 255 or 49.34% from 381); Max value from RGB is 190 - color contains mainly: red. Hex color #BE03BC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BE03BC is #41FC43. Grayscale: #4F4F4F. Windows color (decimal): -4324420 or 12321726. OLE color: 12321726.

HSL color Cylindrical-coordinate representation of color #BE03BC: hue angle of 300.64º 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 #BE03BC is Cyan = 0, Magento = 0.98, Yellow = 0.01 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 3 188 -
CMYK 0 0.98 0.01 0.25
HSL 300.64º 0.97% 0.38% -
HSV(B) 300.64º 0.98% 0.75% -
XYZ 30.34 14.64 48.8 -
YUV 80 188.95 206.46 -
System Red Green Blue C M Y K H S L
Decimal 190 3 188 0 0.98 0.01 0.25 300.64 0.97 0.38
Hex BE 3 BC 0 62 1 19 12D 61 26
Octal 276 3 274 0 142 1 31 455 141 46
Binary 10111110 11 10111100 0 1100010 1 11001 100101101 1100001 100110

Color Harmonies of #BE03BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE03BC

Black with #BE03BC

Text Example


Text Example

White with #BE03BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE03BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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