Html Css Color HEX #BE23AF Deep Magenta

📋 copy color: '#BE23AF'

red 190 ◦ green 35 ◦ blue 175

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

Shades of Deep Magenta #BE23AF

Tints of Deep Magenta #BE23AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 43.75%

R = 47.5%
G = 8.75%
B = 43.75%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.08

 K value IS 0.25

RGB Variations

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

Color information

#BE23AF (or 0xBE23AF) is known color: Deep Magenta. HEX triplet: BE, 23 and AF. RGB value is (190,35,175). Sum of RGB (Red+Green+Blue) = 190+35+175=400 (52% of max value = 765). Red value is 190 (74.61% from 255 or 47.5% from 400); Green value is 35 (14.06% from 255 or 8.75% from 400); Blue value is 175 (68.75% from 255 or 43.75% from 400); Max value from RGB is 190 - color contains mainly: red. Hex color #BE23AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE23AF is #41DC50. Grayscale: #606060. Windows color (decimal): -4316241 or 11477950. OLE color: 11477950.

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

Color convert

RGB 190 35 175 -
CMYK 0 0.82 0.08 0.25
HSL 305.81º 0.69% 0.44% -
HSV(B) 305.81º 0.82% 0.75% -
XYZ 29.57 15.24 41.94 -
YUV 97.31 171.85 194.12 -
System Red Green Blue C M Y K H S L
Decimal 190 35 175 0 0.82 0.08 0.25 305.81 0.69 0.44
Hex BE 23 AF 0 52 8 19 132 45 2C
Octal 276 43 257 0 122 10 31 462 105 54
Binary 10111110 100011 10101111 0 1010010 1000 11001 100110010 1000101 101100

Color Harmonies of #BE23AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE23AF

Black with #BE23AF

Text Example


Text Example

White with #BE23AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE23AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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