Html Css Color HEX #BE10AF Deep Magenta

📋 copy color: '#BE10AF'

red 190 ◦ green 16 ◦ blue 175

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

Shades of Deep Magenta #BE10AF

Tints of Deep Magenta #BE10AF

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.2%

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

R = 49.87%
G = 4.2%
B = 45.93%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.08

 K value IS 0.25

RGB Variations

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

Color information

#BE10AF (or 0xBE10AF) is known color: Deep Magenta. HEX triplet: BE, 10 and AF. RGB value is (190,16,175). Sum of RGB (Red+Green+Blue) = 190+16+175=381 (50% of max value = 765). Red value is 190 (74.61% from 255 or 49.87% from 381); Green value is 16 (6.64% from 255 or 4.20% from 381); Blue value is 175 (68.75% from 255 or 45.93% from 381); Max value from RGB is 190 - color contains mainly: red. Hex color #BE10AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BE10AF is #41EF50. Grayscale: #555555. Windows color (decimal): -4321105 or 11473086. OLE color: 11473086.

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

Color convert

RGB 190 16 175 -
CMYK 0 0.92 0.08 0.25
HSL 305.17º 0.84% 0.4% -
HSV(B) 305.17º 0.92% 0.75% -
XYZ 29.16 14.41 41.8 -
YUV 86.15 178.15 202.07 -
System Red Green Blue C M Y K H S L
Decimal 190 16 175 0 0.92 0.08 0.25 305.17 0.84 0.4
Hex BE 10 AF 0 5C 8 19 131 54 28
Octal 276 20 257 0 134 10 31 461 124 50
Binary 10111110 10000 10101111 0 1011100 1000 11001 100110001 1010100 101000

Color Harmonies of #BE10AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE10AF

Black with #BE10AF

Text Example


Text Example

White with #BE10AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE10AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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