Html Css Color HEX #BE0DCB Deep Magenta

📋 copy color: '#BE0DCB'

red 190 ◦ green 13 ◦ blue 203

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

Shades of Deep Magenta #BE0DCB

Tints of Deep Magenta #BE0DCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 50%

R = 46.8%
G = 3.2%
B = 50%

CMYK

 C value IS 0.06

 M value IS 0.94

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BE0DCB (or 0xBE0DCB) is known color: Deep Magenta. HEX triplet: BE, 0D and CB. RGB value is (190,13,203). Sum of RGB (Red+Green+Blue) = 190+13+203=406 (53% of max value = 765). Red value is 190 (74.61% from 255 or 46.80% from 406); Green value is 13 (5.47% from 255 or 3.20% from 406); Blue value is 203 (79.69% from 255 or 50% from 406); Max value from RGB is 203 - color contains mainly: blue. Hex color #BE0DCB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BE0DCB is #41F234. Grayscale: #575757. Windows color (decimal): -4321845 or 13307326. OLE color: 13307326.

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

Color convert

RGB 190 13 203 -
CMYK 0.06 0.94 0 0.20
HSL 295.89º 0.88% 0.42% -
HSV(B) 295.89º 0.94% 0.8% -
XYZ 32.16 15.55 57.81 -
YUV 87.58 193.14 201.05 -
System Red Green Blue C M Y K H S L
Decimal 190 13 203 0.06 0.94 0 0.20 295.89 0.88 0.42
Hex BE D CB 6 5E 0 14 128 58 2A
Octal 276 15 313 6 136 0 24 450 130 52
Binary 10111110 1101 11001011 110 1011110 0 10100 100101000 1011000 101010

Color Harmonies of #BE0DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE0DCB

Black with #BE0DCB

Text Example


Text Example

White with #BE0DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE0DCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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