Html Css Color HEX #BE15CD Deep Magenta

📋 copy color: '#BE15CD'

red 190 ◦ green 21 ◦ blue 205

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

Shades of Deep Magenta #BE15CD

Tints of Deep Magenta #BE15CD

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.05%

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

R = 45.67%
G = 5.05%
B = 49.28%

CMYK

 C value IS 0.07

 M value IS 0.90

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BE15CD (or 0xBE15CD) is known color: Deep Magenta. HEX triplet: BE, 15 and CD. RGB value is (190,21,205). Sum of RGB (Red+Green+Blue) = 190+21+205=416 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.67% from 416); Green value is 21 (8.59% from 255 or 5.05% from 416); Blue value is 205 (80.47% from 255 or 49.28% from 416); Max value from RGB is 205 - color contains mainly: blue. Hex color #BE15CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BE15CD is #41EA32. Grayscale: #5B5B5B. Windows color (decimal): -4319795 or 13440446. OLE color: 13440446.

HSL color Cylindrical-coordinate representation of color #BE15CD: hue angle of 295.11º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BE15CD is Cyan = 0.07, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 190 21 205 -
CMYK 0.07 0.90 0 0.20
HSL 295.11º 0.81% 0.44% -
HSV(B) 295.11º 0.9% 0.8% -
XYZ 32.52 15.89 59.11 -
YUV 92.51 191.49 197.54 -
System Red Green Blue C M Y K H S L
Decimal 190 21 205 0.07 0.90 0 0.20 295.11 0.81 0.44
Hex BE 15 CD 7 5A 0 14 127 51 2C
Octal 276 25 315 7 132 0 24 447 121 54
Binary 10111110 10101 11001101 111 1011010 0 10100 100100111 1010001 101100

Color Harmonies of #BE15CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE15CD

Black with #BE15CD

Text Example


Text Example

White with #BE15CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE15CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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