Html Css Color HEX #BE04BC Deep Magenta

📋 copy color: '#BE04BC'

red 190 ◦ green 4 ◦ blue 188

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

Shades of Deep Magenta #BE04BC

Tints of Deep Magenta #BE04BC

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.05%

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

R = 49.74%
G = 1.05%
B = 49.21%

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

#BE04BC (or 0xBE04BC) is known color: Deep Magenta. HEX triplet: BE, 04 and BC. RGB value is (190,4,188). Sum of RGB (Red+Green+Blue) = 190+4+188=382 (50% of max value = 765). Red value is 190 (74.61% from 255 or 49.74% from 382); Green value is 4 (1.95% from 255 or 1.05% from 382); Blue value is 188 (73.83% from 255 or 49.21% from 382); Max value from RGB is 190 - color contains mainly: red. Hex color #BE04BC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BE04BC is #41FB43. Grayscale: #505050. Windows color (decimal): -4324164 or 12321982. OLE color: 12321982.

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

Color convert

RGB 190 4 188 -
CMYK 0 0.98 0.01 0.25
HSL 300.65º 0.96% 0.38% -
HSV(B) 300.65º 0.98% 0.75% -
XYZ 30.36 14.66 48.81 -
YUV 80.59 188.62 206.04 -
System Red Green Blue C M Y K H S L
Decimal 190 4 188 0 0.98 0.01 0.25 300.65 0.96 0.38
Hex BE 4 BC 0 62 1 19 12D 60 26
Octal 276 4 274 0 142 1 31 455 140 46
Binary 10111110 100 10111100 0 1100010 1 11001 100101101 1100000 100110

Color Harmonies of #BE04BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE04BC

Black with #BE04BC

Text Example


Text Example

White with #BE04BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE04BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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