Html Css Color HEX #BE00AF Deep Magenta

📋 copy color: '#BE00AF'

red 190 ◦ green 0 ◦ blue 175

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

Shades of Deep Magenta #BE00AF

Tints of Deep Magenta #BE00AF

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 52.05%
G = 0%
B = 47.95%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.08

 K value IS 0.25

RGB Variations

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

Color information

#BE00AF (or 0xBE00AF) is known color: Deep Magenta. HEX triplet: BE, 00 and AF. RGB value is (190,0,175). Sum of RGB (Red+Green+Blue) = 190+0+175=365 (48% of max value = 765). Red value is 190 (74.61% from 255 or 52.05% from 365); Green value is 0 (0.39% from 255 or 0% from 365); Blue value is 175 (68.75% from 255 or 47.95% from 365); Max value from RGB is 190 - color contains mainly: red. Hex color #BE00AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BE00AF is #41FF50. Grayscale: #4C4C4C. Windows color (decimal): -4325201 or 11468990. OLE color: 11468990.

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

Color convert

RGB 190 0 175 -
CMYK 0 1 0.08 0.25
HSL 304.74º 1% 0.37% -
HSV(B) 304.74º 1% 0.75% -
XYZ 28.97 14.04 41.74 -
YUV 76.76 183.45 208.77 -
System Red Green Blue C M Y K H S L
Decimal 190 0 175 0 1 0.08 0.25 304.74 1 0.37
Hex BE 0 AF 0 64 8 19 131 64 25
Octal 276 0 257 0 144 10 31 461 144 45
Binary 10111110 0 10101111 0 1100100 1000 11001 100110001 1100100 100101

Color Harmonies of #BE00AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE00AF

Black with #BE00AF

Text Example


Text Example

White with #BE00AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE00AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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