Html Css Color HEX #BE1DCA Deep Magenta

📋 copy color: '#BE1DCA'

red 190 ◦ green 29 ◦ blue 202

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

Shades of Deep Magenta #BE1DCA

Tints of Deep Magenta #BE1DCA

RGB

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

 GREEN value IS 29 (11.72% from 255) = 6.89%

 BLUE value IS 202 (79.3% from 255) = 47.98%

R = 45.13%
G = 6.89%
B = 47.98%

CMYK

 C value IS 0.06

 M value IS 0.86

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BE1DCA (or 0xBE1DCA) is known color: Deep Magenta. HEX triplet: BE, 1D and CA. RGB value is (190,29,202). Sum of RGB (Red+Green+Blue) = 190+29+202=421 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.13% from 421); Green value is 29 (11.72% from 255 or 6.89% from 421); Blue value is 202 (79.30% from 255 or 47.98% from 421); Max value from RGB is 202 - color contains mainly: blue. Hex color #BE1DCA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE1DCA is #41E235. Grayscale: #606060. Windows color (decimal): -4317750 or 13245886. OLE color: 13245886.

HSL color Cylindrical-coordinate representation of color #BE1DCA: hue angle of 295.84º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BE1DCA is Cyan = 0.06, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 190 29 202 -
CMYK 0.06 0.86 0 0.21
HSL 295.84º 0.75% 0.45% -
HSV(B) 295.84º 0.86% 0.79% -
XYZ 32.34 16.09 57.28 -
YUV 96.86 187.34 194.43 -
System Red Green Blue C M Y K H S L
Decimal 190 29 202 0.06 0.86 0 0.21 295.84 0.75 0.45
Hex BE 1D CA 6 56 0 15 128 4B 2D
Octal 276 35 312 6 126 0 25 450 113 55
Binary 10111110 11101 11001010 110 1010110 0 10101 100101000 1001011 101101

Color Harmonies of #BE1DCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE1DCA

Black with #BE1DCA

Text Example


Text Example

White with #BE1DCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE1DCA; }

 p { color: rgb(190,29,202); }

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

background-color css

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

 a { background-color: rgb(190,29,202); }

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

border-color css

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

 span { border-color: rgb(190,29,202); }

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