Html Css Color HEX #BE03C2 Deep Magenta

📋 copy color: '#BE03C2'

red 190 ◦ green 3 ◦ blue 194

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

Shades of Deep Magenta #BE03C2

Tints of Deep Magenta #BE03C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 50.13%

R = 49.1%
G = 0.78%
B = 50.13%

CMYK

 C value IS 0.02

 M value IS 0.98

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#BE03C2 (or 0xBE03C2) is known color: Deep Magenta. HEX triplet: BE, 03 and C2. RGB value is (190,3,194). Sum of RGB (Red+Green+Blue) = 190+3+194=387 (51% of max value = 765). Red value is 190 (74.61% from 255 or 49.10% from 387); Green value is 3 (1.56% from 255 or 0.78% from 387); Blue value is 194 (76.17% from 255 or 50.13% from 387); Max value from RGB is 194 - color contains mainly: blue. Hex color #BE03C2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BE03C2 is #41FC3D. Grayscale: #505050. Windows color (decimal): -4324414 or 12714942. OLE color: 12714942.

HSL color Cylindrical-coordinate representation of color #BE03C2: hue angle of 298.74º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BE03C2 is Cyan = 0.02, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 190 3 194 -
CMYK 0.02 0.98 0 0.24
HSL 298.74º 0.97% 0.39% -
HSV(B) 298.74º 0.98% 0.76% -
XYZ 31.01 14.91 52.28 -
YUV 80.69 191.95 205.97 -
System Red Green Blue C M Y K H S L
Decimal 190 3 194 0.02 0.98 0 0.24 298.74 0.97 0.39
Hex BE 3 C2 2 62 0 18 12B 61 27
Octal 276 3 302 2 142 0 30 453 141 47
Binary 10111110 11 11000010 10 1100010 0 11000 100101011 1100001 100111

Color Harmonies of #BE03C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE03C2

Black with #BE03C2

Text Example


Text Example

White with #BE03C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE03C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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