Html Css Color HEX #BE0DC4 Deep Magenta

📋 copy color: '#BE0DC4'

red 190 ◦ green 13 ◦ blue 196

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

Shades of Deep Magenta #BE0DC4

Tints of Deep Magenta #BE0DC4

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.26%

 BLUE value IS 196 (76.95% from 255) = 49.12%

R = 47.62%
G = 3.26%
B = 49.12%

CMYK

 C value IS 0.03

 M value IS 0.93

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#BE0DC4 (or 0xBE0DC4) is known color: Deep Magenta. HEX triplet: BE, 0D and C4. RGB value is (190,13,196). Sum of RGB (Red+Green+Blue) = 190+13+196=399 (52% of max value = 765). Red value is 190 (74.61% from 255 or 47.62% from 399); Green value is 13 (5.47% from 255 or 3.26% from 399); Blue value is 196 (76.95% from 255 or 49.12% from 399); Max value from RGB is 196 - color contains mainly: blue. Hex color #BE0DC4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BE0DC4 is #41F23B. Grayscale: #565656. Windows color (decimal): -4321852 or 12848574. OLE color: 12848574.

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

Color convert

RGB 190 13 196 -
CMYK 0.03 0.93 0 0.23
HSL 298.03º 0.88% 0.41% -
HSV(B) 298.03º 0.93% 0.77% -
XYZ 31.34 15.22 53.51 -
YUV 86.79 189.64 201.62 -
System Red Green Blue C M Y K H S L
Decimal 190 13 196 0.03 0.93 0 0.23 298.03 0.88 0.41
Hex BE D C4 3 5D 0 17 12A 58 29
Octal 276 15 304 3 135 0 27 452 130 51
Binary 10111110 1101 11000100 11 1011101 0 10111 100101010 1011000 101001

Color Harmonies of #BE0DC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE0DC4

Black with #BE0DC4

Text Example


Text Example

White with #BE0DC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE0DC4; }

 p { color: rgb(190,13,196); }

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

background-color css

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

 a { background-color: rgb(190,13,196); }

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

border-color css

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

 span { border-color: rgb(190,13,196); }

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