Html Css Color HEX #BE02A6 Deep Magenta

📋 copy color: '#BE02A6'

red 190 ◦ green 2 ◦ blue 166

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

Shades of Deep Magenta #BE02A6

Tints of Deep Magenta #BE02A6

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.56%

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

R = 53.07%
G = 0.56%
B = 46.37%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.13

 K value IS 0.25

RGB Variations

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

Color information

#BE02A6 (or 0xBE02A6) is known color: Deep Magenta. HEX triplet: BE, 02 and A6. RGB value is (190,2,166). Sum of RGB (Red+Green+Blue) = 190+2+166=358 (47% of max value = 765). Red value is 190 (74.61% from 255 or 53.07% from 358); Green value is 2 (1.17% from 255 or 0.56% from 358); Blue value is 166 (65.23% from 255 or 46.37% from 358); Max value from RGB is 190 - color contains mainly: red. Hex color #BE02A6 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BE02A6 is #41FD59. Grayscale: #4C4C4C. Windows color (decimal): -4324698 or 10879678. OLE color: 10879678.

HSL color Cylindrical-coordinate representation of color #BE02A6: hue angle of 307.66º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BE02A6 is Cyan = 0, Magento = 0.99, Yellow = 0.13 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 2 166 -
CMYK 0 0.99 0.13 0.25
HSL 307.66º 0.98% 0.38% -
HSV(B) 307.66º 0.99% 0.75% -
XYZ 28.14 13.74 37.25 -
YUV 76.91 178.28 208.66 -
System Red Green Blue C M Y K H S L
Decimal 190 2 166 0 0.99 0.13 0.25 307.66 0.98 0.38
Hex BE 2 A6 0 63 D 19 134 62 26
Octal 276 2 246 0 143 15 31 464 142 46
Binary 10111110 10 10100110 0 1100011 1101 11001 100110100 1100010 100110

Color Harmonies of #BE02A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE02A6

Black with #BE02A6

Text Example


Text Example

White with #BE02A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE02A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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