Html Css Color HEX #BE0CCA Deep Magenta

📋 copy color: '#BE0CCA'

red 190 ◦ green 12 ◦ blue 202

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

Shades of Deep Magenta #BE0CCA

Tints of Deep Magenta #BE0CCA

RGB

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

 GREEN value IS 12 (5.08% from 255) = 2.97%

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

R = 47.03%
G = 2.97%
B = 50%

CMYK

 C value IS 0.06

 M value IS 0.94

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BE0CCA (or 0xBE0CCA) is known color: Deep Magenta. HEX triplet: BE, 0C and CA. RGB value is (190,12,202). Sum of RGB (Red+Green+Blue) = 190+12+202=404 (53% of max value = 765). Red value is 190 (74.61% from 255 or 47.03% from 404); Green value is 12 (5.08% from 255 or 2.97% from 404); Blue value is 202 (79.30% from 255 or 50% from 404); Max value from RGB is 202 - color contains mainly: blue. Hex color #BE0CCA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BE0CCA is #41F335. Grayscale: #565656. Windows color (decimal): -4322102 or 13241534. OLE color: 13241534.

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

Color convert

RGB 190 12 202 -
CMYK 0.06 0.94 0 0.21
HSL 296.21º 0.89% 0.42% -
HSV(B) 296.21º 0.94% 0.79% -
XYZ 32.03 15.47 57.18 -
YUV 86.88 192.97 201.55 -
System Red Green Blue C M Y K H S L
Decimal 190 12 202 0.06 0.94 0 0.21 296.21 0.89 0.42
Hex BE C CA 6 5E 0 15 128 59 2A
Octal 276 14 312 6 136 0 25 450 131 52
Binary 10111110 1100 11001010 110 1011110 0 10101 100101000 1011001 101010

Color Harmonies of #BE0CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE0CCA

Black with #BE0CCA

Text Example


Text Example

White with #BE0CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE0CCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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