#BE23B4

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

Shades of Deep Magenta #BE23B4

Tints of Deep Magenta #BE23B4

Color information

#BE23B4 (or 0xBE23B4) is unknown color: approx Deep Magenta. HEX triplet: BE, 23 and B4. RGB value is (190,35,180). Sum of RGB (Red+Green+Blue) = 190+35+180=405 (53% of max value = 765). Red value is 190 (74.61% from 255 or 46.91% from 405); Green value is 35 (14.06% from 255 or 8.64% from 405); Blue value is 180 (70.70% from 255 or 44.44% from 405); Max value from RGB is 190 - color contains mainly: red. Hex color #BE23B4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE23B4 is #41DC4B. Grayscale: #616161. Windows color (decimal): -4316236 or 11805630. OLE color: 11805630.

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

Color convert

RGB19035180-
CMYK00.820.050.25
HSL303.87º68.89%44.12%-
HSV(B)303.87º81.58%74.51%-
XYZ30.0715.4444.58-
YUV97.87174.35193.71-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 46.91%
GREEN value IS 35 (14.06% from 255) = 8.64%
BLUE value IS 180 (70.70% from 255) = 44.44%
R=46.91%
G=8.64%
B=44.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.05
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1903518000.820.050.25303.8768.8944.12
HexBE23B4052519130452c
Octal27643264012253146010554
Binary101111101000111011010001010010101110011001100001000101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE23B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE23B4; }

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

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

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

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

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

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

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

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