Html Css Color HEX #BE12CF Deep Magenta

📋 copy color: '#BE12CF'

red 190 ◦ green 18 ◦ blue 207

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

Shades of Deep Magenta #BE12CF

Tints of Deep Magenta #BE12CF

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.34%

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

R = 45.78%
G = 4.34%
B = 49.88%

CMYK

 C value IS 0.08

 M value IS 0.91

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BE12CF (or 0xBE12CF) is known color: Deep Magenta. HEX triplet: BE, 12 and CF. RGB value is (190,18,207). Sum of RGB (Red+Green+Blue) = 190+18+207=415 (54% of max value = 765). Red value is 190 (74.61% from 255 or 45.78% from 415); Green value is 18 (7.42% from 255 or 4.34% from 415); Blue value is 207 (81.25% from 255 or 49.88% from 415); Max value from RGB is 207 - color contains mainly: blue. Hex color #BE12CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BE12CF is #41ED30. Grayscale: #5A5A5A. Windows color (decimal): -4320561 or 13570750. OLE color: 13570750.

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

Color convert

RGB 190 18 207 -
CMYK 0.08 0.91 0 0.19
HSL 294.6º 0.84% 0.44% -
HSV(B) 294.6º 0.91% 0.81% -
XYZ 32.71 15.88 60.37 -
YUV 90.97 193.48 198.63 -
System Red Green Blue C M Y K H S L
Decimal 190 18 207 0.08 0.91 0 0.19 294.6 0.84 0.44
Hex BE 12 CF 8 5B 0 13 127 54 2C
Octal 276 22 317 10 133 0 23 447 124 54
Binary 10111110 10010 11001111 1000 1011011 0 10011 100100111 1010100 101100

Color Harmonies of #BE12CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE12CF

Black with #BE12CF

Text Example


Text Example

White with #BE12CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE12CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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