Html Css Color HEX #BE0FC2 Deep Magenta

📋 copy color: '#BE0FC2'

red 190 ◦ green 15 ◦ blue 194

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

Shades of Deep Magenta #BE0FC2

Tints of Deep Magenta #BE0FC2

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.76%

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

R = 47.62%
G = 3.76%
B = 48.62%

CMYK

 C value IS 0.02

 M value IS 0.92

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#BE0FC2 (or 0xBE0FC2) is known color: Deep Magenta. HEX triplet: BE, 0F and C2. RGB value is (190,15,194). Sum of RGB (Red+Green+Blue) = 190+15+194=399 (52% of max value = 765). Red value is 190 (74.61% from 255 or 47.62% from 399); Green value is 15 (6.25% from 255 or 3.76% from 399); Blue value is 194 (76.17% from 255 or 48.62% from 399); Max value from RGB is 194 - color contains mainly: blue. Hex color #BE0FC2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BE0FC2 is #41F03D. Grayscale: #575757. Windows color (decimal): -4321342 or 12718014. OLE color: 12718014.

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

Color convert

RGB 190 15 194 -
CMYK 0.02 0.92 0 0.24
HSL 298.66º 0.86% 0.41% -
HSV(B) 298.66º 0.92% 0.76% -
XYZ 31.14 15.18 52.33 -
YUV 87.73 187.98 200.95 -
System Red Green Blue C M Y K H S L
Decimal 190 15 194 0.02 0.92 0 0.24 298.66 0.86 0.41
Hex BE F C2 2 5C 0 18 12B 56 29
Octal 276 17 302 2 134 0 30 453 126 51
Binary 10111110 1111 11000010 10 1011100 0 11000 100101011 1010110 101001

Color Harmonies of #BE0FC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE0FC2

Black with #BE0FC2

Text Example


Text Example

White with #BE0FC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE0FC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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