Html Css Color HEX #BE0CC3 Deep Magenta

📋 copy color: '#BE0CC3'

red 190 ◦ green 12 ◦ blue 195

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

Shades of Deep Magenta #BE0CC3

Tints of Deep Magenta #BE0CC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 49.12%

R = 47.86%
G = 3.02%
B = 49.12%

CMYK

 C value IS 0.03

 M value IS 0.94

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#BE0CC3 (or 0xBE0CC3) is known color: Deep Magenta. HEX triplet: BE, 0C and C3. RGB value is (190,12,195). Sum of RGB (Red+Green+Blue) = 190+12+195=397 (52% of max value = 765). Red value is 190 (74.61% from 255 or 47.86% from 397); Green value is 12 (5.08% from 255 or 3.02% from 397); Blue value is 195 (76.56% from 255 or 49.12% from 397); Max value from RGB is 195 - color contains mainly: blue. Hex color #BE0CC3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BE0CC3 is #41F33C. Grayscale: #555555. Windows color (decimal): -4322109 or 12782782. OLE color: 12782782.

HSL color Cylindrical-coordinate representation of color #BE0CC3: hue angle of 298.36º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BE0CC3 is Cyan = 0.03, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 190 12 195 -
CMYK 0.03 0.94 0 0.24
HSL 298.36º 0.88% 0.41% -
HSV(B) 298.36º 0.94% 0.76% -
XYZ 31.22 15.15 52.91 -
YUV 86.08 189.47 202.12 -
System Red Green Blue C M Y K H S L
Decimal 190 12 195 0.03 0.94 0 0.24 298.36 0.88 0.41
Hex BE C C3 3 5E 0 18 12A 58 29
Octal 276 14 303 3 136 0 30 452 130 51
Binary 10111110 1100 11000011 11 1011110 0 11000 100101010 1011000 101001

Color Harmonies of #BE0CC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE0CC3

Black with #BE0CC3

Text Example


Text Example

White with #BE0CC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE0CC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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