Html Css Color HEX #BE0FCF Deep Magenta

📋 copy color: '#BE0FCF'

red 190 ◦ green 15 ◦ blue 207

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

Shades of Deep Magenta #BE0FCF

Tints of Deep Magenta #BE0FCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 50.24%

R = 46.12%
G = 3.64%
B = 50.24%

CMYK

 C value IS 0.08

 M value IS 0.93

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BE0FCF (or 0xBE0FCF) is known color: Deep Magenta. HEX triplet: BE, 0F and CF. RGB value is (190,15,207). Sum of RGB (Red+Green+Blue) = 190+15+207=412 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.12% from 412); Green value is 15 (6.25% from 255 or 3.64% from 412); Blue value is 207 (81.25% from 255 or 50.24% from 412); Max value from RGB is 207 - color contains mainly: blue. Hex color #BE0FCF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BE0FCF is #41F030. Grayscale: #585858. Windows color (decimal): -4321329 or 13569982. OLE color: 13569982.

HSL color Cylindrical-coordinate representation of color #BE0FCF: hue angle of 294.69º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BE0FCF is Cyan = 0.08, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 190 15 207 -
CMYK 0.08 0.93 0 0.19
HSL 294.69º 0.86% 0.44% -
HSV(B) 294.69º 0.93% 0.81% -
XYZ 32.67 15.79 60.36 -
YUV 89.21 194.48 199.89 -
System Red Green Blue C M Y K H S L
Decimal 190 15 207 0.08 0.93 0 0.19 294.69 0.86 0.44
Hex BE F CF 8 5D 0 13 127 56 2C
Octal 276 17 317 10 135 0 23 447 126 54
Binary 10111110 1111 11001111 1000 1011101 0 10011 100100111 1010110 101100

Color Harmonies of #BE0FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE0FCF

Black with #BE0FCF

Text Example


Text Example

White with #BE0FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE0FCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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