Html Css Color HEX #BE23BE Deep Magenta

📋 copy color: '#BE23BE'

red 190 ◦ green 35 ◦ blue 190

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

Shades of Deep Magenta #BE23BE

Tints of Deep Magenta #BE23BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 45.78%

R = 45.78%
G = 8.43%
B = 45.78%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BE23BE (or 0xBE23BE) is known color: Deep Magenta. HEX triplet: BE, 23 and BE. RGB value is (190,35,190). Sum of RGB (Red+Green+Blue) = 190+35+190=415 (54% of max value = 765). Red value is 190 (74.61% from 255 or 45.78% from 415); Green value is 35 (14.06% from 255 or 8.43% from 415); Blue value is 190 (74.61% from 255 or 45.78% from 415); Max value from RGB is 190 - color contains mainly: red, blue. Hex color #BE23BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE23BE is #41DC41. Grayscale: #626262. Windows color (decimal): -4316226 or 12460990. OLE color: 12460990.

HSL color Cylindrical-coordinate representation of color #BE23BE: hue angle of 300º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BE23BE is Cyan = 0, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 35 190 -
CMYK 0 0.82 0 0.25
HSL 300º 0.69% 0.44% -
HSV(B) 300º 0.82% 0.75% -
XYZ 31.13 15.87 50.14 -
YUV 99.02 179.35 192.9 -
System Red Green Blue C M Y K H S L
Decimal 190 35 190 0 0.82 0 0.25 300 0.69 0.44
Hex BE 23 BE 0 52 0 19 12C 45 2C
Octal 276 43 276 0 122 0 31 454 105 54
Binary 10111110 100011 10111110 0 1010010 0 11001 100101100 1000101 101100

Color Harmonies of #BE23BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE23BE

Black with #BE23BE

Text Example


Text Example

White with #BE23BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE23BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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