Html Css Color HEX #BE28CD Deep Magenta

📋 copy color: '#BE28CD'

red 190 ◦ green 40 ◦ blue 205

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

Shades of Deep Magenta #BE28CD

Tints of Deep Magenta #BE28CD

RGB

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

 GREEN value IS 40 (16.02% from 255) = 9.2%

 BLUE value IS 205 (80.47% from 255) = 47.13%

R = 43.68%
G = 9.2%
B = 47.13%

CMYK

 C value IS 0.07

 M value IS 0.80

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BE28CD (or 0xBE28CD) is known color: Deep Magenta. HEX triplet: BE, 28 and CD. RGB value is (190,40,205). Sum of RGB (Red+Green+Blue) = 190+40+205=435 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.68% from 435); Green value is 40 (16.02% from 255 or 9.20% from 435); Blue value is 205 (80.47% from 255 or 47.13% from 435); Max value from RGB is 205 - color contains mainly: blue. Hex color #BE28CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE28CD is #41D732. Grayscale: #676767. Windows color (decimal): -4314931 or 13445310. OLE color: 13445310.

HSL color Cylindrical-coordinate representation of color #BE28CD: hue angle of 294.55º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BE28CD is Cyan = 0.07, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 190 40 205 -
CMYK 0.07 0.80 0 0.20
HSL 294.55º 0.67% 0.48% -
HSV(B) 294.55º 0.8% 0.8% -
XYZ 33.01 16.87 59.27 -
YUV 103.66 185.2 189.58 -
System Red Green Blue C M Y K H S L
Decimal 190 40 205 0.07 0.80 0 0.20 294.55 0.67 0.48
Hex BE 28 CD 7 50 0 14 127 43 30
Octal 276 50 315 7 120 0 24 447 103 60
Binary 10111110 101000 11001101 111 1010000 0 10100 100100111 1000011 110000

Color Harmonies of #BE28CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE28CD

Black with #BE28CD

Text Example


Text Example

White with #BE28CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE28CD; }

 p { color: rgb(190,40,205); }

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

background-color css

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

 a { background-color: rgb(190,40,205); }

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

border-color css

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

 span { border-color: rgb(190,40,205); }

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