Html Css Color HEX #BE00A6 Deep Magenta

📋 copy color: '#BE00A6'

red 190 ◦ green 0 ◦ blue 166

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

Shades of Deep Magenta #BE00A6

Tints of Deep Magenta #BE00A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 46.63%

R = 53.37%
G = 0%
B = 46.63%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.13

 K value IS 0.25

RGB Variations

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

Color information

#BE00A6 (or 0xBE00A6) is known color: Deep Magenta. HEX triplet: BE, 00 and A6. RGB value is (190,0,166). Sum of RGB (Red+Green+Blue) = 190+0+166=356 (47% of max value = 765). Red value is 190 (74.61% from 255 or 53.37% from 356); Green value is 0 (0.39% from 255 or 0% from 356); Blue value is 166 (65.23% from 255 or 46.63% from 356); Max value from RGB is 190 - color contains mainly: red. Hex color #BE00A6 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BE00A6 is #41FF59. Grayscale: #4B4B4B. Windows color (decimal): -4325210 or 10879166. OLE color: 10879166.

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

Color convert

RGB 190 0 166 -
CMYK 0 1 0.13 0.25
HSL 307.58º 1% 0.37% -
HSV(B) 307.58º 1% 0.75% -
XYZ 28.12 13.7 37.24 -
YUV 75.73 178.95 209.5 -
System Red Green Blue C M Y K H S L
Decimal 190 0 166 0 1 0.13 0.25 307.58 1 0.37
Hex BE 0 A6 0 64 D 19 134 64 25
Octal 276 0 246 0 144 15 31 464 144 45
Binary 10111110 0 10100110 0 1100100 1101 11001 100110100 1100100 100101

Color Harmonies of #BE00A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE00A6

Black with #BE00A6

Text Example


Text Example

White with #BE00A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE00A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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