Html Css Color HEX #BE01A8 Deep Magenta

📋 copy color: '#BE01A8'

red 190 ◦ green 1 ◦ blue 168

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

Shades of Deep Magenta #BE01A8

Tints of Deep Magenta #BE01A8

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.28%

 BLUE value IS 168 (66.02% from 255) = 46.8%

R = 52.92%
G = 0.28%
B = 46.8%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.12

 K value IS 0.25

RGB Variations

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

Color information

#BE01A8 (or 0xBE01A8) is known color: Deep Magenta. HEX triplet: BE, 01 and A8. RGB value is (190,1,168). Sum of RGB (Red+Green+Blue) = 190+1+168=359 (47% of max value = 765). Red value is 190 (74.61% from 255 or 52.92% from 359); Green value is 1 (0.78% from 255 or 0.28% from 359); Blue value is 168 (66.02% from 255 or 46.80% from 359); Max value from RGB is 190 - color contains mainly: red. Hex color #BE01A8 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BE01A8 is #41FE57. Grayscale: #4C4C4C. Windows color (decimal): -4324952 or 11010494. OLE color: 11010494.

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

Color convert

RGB 190 1 168 -
CMYK 0 0.99 0.12 0.25
HSL 306.98º 0.99% 0.37% -
HSV(B) 306.98º 0.99% 0.75% -
XYZ 28.31 13.8 38.22 -
YUV 76.55 179.62 208.92 -
System Red Green Blue C M Y K H S L
Decimal 190 1 168 0 0.99 0.12 0.25 306.98 0.99 0.37
Hex BE 1 A8 0 63 C 19 133 63 25
Octal 276 1 250 0 143 14 31 463 143 45
Binary 10111110 1 10101000 0 1100011 1100 11001 100110011 1100011 100101

Color Harmonies of #BE01A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE01A8

Black with #BE01A8

Text Example


Text Example

White with #BE01A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE01A8; }

 p { color: rgb(190,1,168); }

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

background-color css

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

 a { background-color: rgb(190,1,168); }

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

border-color css

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

 span { border-color: rgb(190,1,168); }

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