Html Css Color HEX #BE0CDD Deep Magenta

📋 copy color: '#BE0CDD'

red 190 ◦ green 12 ◦ blue 221

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

Shades of Deep Magenta #BE0CDD

Tints of Deep Magenta #BE0CDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 52.25%

R = 44.92%
G = 2.84%
B = 52.25%

CMYK

 C value IS 0.14

 M value IS 0.95

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BE0CDD (or 0xBE0CDD) is known color: Deep Magenta. HEX triplet: BE, 0C and DD. RGB value is (190,12,221). Sum of RGB (Red+Green+Blue) = 190+12+221=423 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.92% from 423); Green value is 12 (5.08% from 255 or 2.84% from 423); Blue value is 221 (86.72% from 255 or 52.25% from 423); Max value from RGB is 221 - color contains mainly: blue. Hex color #BE0CDD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BE0CDD is #41F322. Grayscale: #585858. Windows color (decimal): -4322083 or 14486718. OLE color: 14486718.

HSL color Cylindrical-coordinate representation of color #BE0CDD: hue angle of 291.1º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BE0CDD is Cyan = 0.14, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 190 12 221 -
CMYK 0.14 0.95 0 0.13
HSL 291.1º 0.9% 0.46% -
HSV(B) 291.1º 0.95% 0.87% -
XYZ 34.42 16.43 69.76 -
YUV 89.05 202.47 200.01 -
System Red Green Blue C M Y K H S L
Decimal 190 12 221 0.14 0.95 0 0.13 291.1 0.9 0.46
Hex BE C DD E 5F 0 D 123 5A 2E
Octal 276 14 335 16 137 0 15 443 132 56
Binary 10111110 1100 11011101 1110 1011111 0 1101 100100011 1011010 101110

Color Harmonies of #BE0CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE0CDD

Black with #BE0CDD

Text Example


Text Example

White with #BE0CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE0CDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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