Html Css Color HEX #BE13CF Deep Magenta

📋 copy color: '#BE13CF'

red 190 ◦ green 19 ◦ blue 207

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

Shades of Deep Magenta #BE13CF

Tints of Deep Magenta #BE13CF

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.57%

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

R = 45.67%
G = 4.57%
B = 49.76%

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

#BE13CF (or 0xBE13CF) is known color: Deep Magenta. HEX triplet: BE, 13 and CF. RGB value is (190,19,207). Sum of RGB (Red+Green+Blue) = 190+19+207=416 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.67% from 416); Green value is 19 (7.81% from 255 or 4.57% from 416); Blue value is 207 (81.25% from 255 or 49.76% from 416); Max value from RGB is 207 - color contains mainly: blue. Hex color #BE13CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BE13CF is #41EC30. Grayscale: #5A5A5A. Windows color (decimal): -4320305 or 13571006. OLE color: 13571006.

HSL color Cylindrical-coordinate representation of color #BE13CF: hue angle of 294.57º degrees, saturation: 0.83, 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 #BE13CF is Cyan = 0.08, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 190 19 207 -
CMYK 0.08 0.91 0 0.19
HSL 294.57º 0.83% 0.44% -
HSV(B) 294.57º 0.91% 0.81% -
XYZ 32.73 15.92 60.38 -
YUV 91.56 193.15 198.21 -
System Red Green Blue C M Y K H S L
Decimal 190 19 207 0.08 0.91 0 0.19 294.57 0.83 0.44
Hex BE 13 CF 8 5B 0 13 127 53 2C
Octal 276 23 317 10 133 0 23 447 123 54
Binary 10111110 10011 11001111 1000 1011011 0 10011 100100111 1010011 101100

Color Harmonies of #BE13CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE13CF

Black with #BE13CF

Text Example


Text Example

White with #BE13CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE13CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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