Html Css Color HEX #BE1CCF Deep Magenta

📋 copy color: '#BE1CCF'

red 190 ◦ green 28 ◦ blue 207

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

Shades of Deep Magenta #BE1CCF

Tints of Deep Magenta #BE1CCF

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.59%

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

R = 44.71%
G = 6.59%
B = 48.71%

CMYK

 C value IS 0.08

 M value IS 0.86

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BE1CCF (or 0xBE1CCF) is known color: Deep Magenta. HEX triplet: BE, 1C and CF. RGB value is (190,28,207). Sum of RGB (Red+Green+Blue) = 190+28+207=425 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.71% from 425); Green value is 28 (11.33% from 255 or 6.59% from 425); Blue value is 207 (81.25% from 255 or 48.71% from 425); Max value from RGB is 207 - color contains mainly: blue. Hex color #BE1CCF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE1CCF is #41E330. Grayscale: #606060. Windows color (decimal): -4318001 or 13573310. OLE color: 13573310.

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

Color convert

RGB 190 28 207 -
CMYK 0.08 0.86 0 0.19
HSL 294.3º 0.76% 0.46% -
HSV(B) 294.3º 0.86% 0.81% -
XYZ 32.91 16.28 60.44 -
YUV 96.84 190.17 194.45 -
System Red Green Blue C M Y K H S L
Decimal 190 28 207 0.08 0.86 0 0.19 294.3 0.76 0.46
Hex BE 1C CF 8 56 0 13 126 4C 2E
Octal 276 34 317 10 126 0 23 446 114 56
Binary 10111110 11100 11001111 1000 1010110 0 10011 100100110 1001100 101110

Color Harmonies of #BE1CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE1CCF

Black with #BE1CCF

Text Example


Text Example

White with #BE1CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE1CCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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