#BE23BD

Color #BE23BD Deep Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Magenta #BE23BD

Tints of Deep Magenta #BE23BD

Color information

#BE23BD (or 0xBE23BD) is unknown color: approx Deep Magenta. HEX triplet: BE, 23 and BD. RGB value is (190,35,189). Sum of RGB (Red+Green+Blue) = 190+35+189=414 (54% of max value = 765). Red value is 190 (74.61% from 255 or 45.89% from 414); Green value is 35 (14.06% from 255 or 8.45% from 414); Blue value is 189 (74.22% from 255 or 45.65% from 414); Max value from RGB is 190 - color contains mainly: red. Hex color #BE23BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE23BD is #41DC42. Grayscale: #626262. Windows color (decimal): -4316227 or 12395454. OLE color: 12395454.

HSL color Cylindrical-coordinate representation of color #BE23BD: hue angle of 300.39º 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 #BE23BD is Cyan = 0, Magento = 0.82, Yellow = 0.01 and Black (K on CMYK) = 0.25.

Color convert

RGB19035189-
CMYK00.820.010.25
HSL300.39º68.89%44.12%-
HSV(B)300.39º81.58%74.51%-
XYZ31.0215.8249.56-
YUV98.9178.85192.98-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 45.89%
GREEN value IS 35 (14.06% from 255) = 8.45%
BLUE value IS 189 (74.22% from 255) = 45.65%
R=45.89%
G=8.45%
B=45.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.01
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1903518900.820.010.25300.3968.8944.12
HexBE23BD05211912c452c
Octal27643275012213145410554
Binary1011111010001110111101010100101110011001011001000101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE23BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE23BD; }

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

 H1.HeaderClassName
 {
   color: #BE23BD;
 }
 .AnyTagClassName
 {
   color: #BE23BD;
 }
</style>
background-color css

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

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

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

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

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

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