Html Css Color HEX #BE23D5 Deep Magenta

📋 copy color: '#BE23D5'

red 190 ◦ green 35 ◦ blue 213

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

Shades of Deep Magenta #BE23D5

Tints of Deep Magenta #BE23D5

RGB

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

 GREEN value IS 35 (14.06% from 255) = 7.99%

 BLUE value IS 213 (83.59% from 255) = 48.63%

R = 43.38%
G = 7.99%
B = 48.63%

CMYK

 C value IS 0.11

 M value IS 0.84

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BE23D5 (or 0xBE23D5) is known color: Deep Magenta. HEX triplet: BE, 23 and D5. RGB value is (190,35,213). Sum of RGB (Red+Green+Blue) = 190+35+213=438 (58% of max value = 765). Red value is 190 (74.61% from 255 or 43.38% from 438); Green value is 35 (14.06% from 255 or 7.99% from 438); Blue value is 213 (83.59% from 255 or 48.63% from 438); Max value from RGB is 213 - color contains mainly: blue. Hex color #BE23D5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE23D5 is #41DC2A. Grayscale: #656565. Windows color (decimal): -4316203 or 13968318. OLE color: 13968318.

HSL color Cylindrical-coordinate representation of color #BE23D5: hue angle of 292.25º degrees, saturation: 0.72, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BE23D5 is Cyan = 0.11, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 190 35 213 -
CMYK 0.11 0.84 0 0.16
HSL 292.25º 0.72% 0.49% -
HSV(B) 292.25º 0.84% 0.84% -
XYZ 33.85 16.95 64.44 -
YUV 101.64 190.85 191.03 -
System Red Green Blue C M Y K H S L
Decimal 190 35 213 0.11 0.84 0 0.16 292.25 0.72 0.49
Hex BE 23 D5 B 54 0 10 124 48 31
Octal 276 43 325 13 124 0 20 444 110 61
Binary 10111110 100011 11010101 1011 1010100 0 10000 100100100 1001000 110001

Color Harmonies of #BE23D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE23D5

Black with #BE23D5

Text Example


Text Example

White with #BE23D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE23D5; }

 p { color: rgb(190,35,213); }

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

background-color css

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

 a { background-color: rgb(190,35,213); }

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

border-color css

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

 span { border-color: rgb(190,35,213); }

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