Html Css Color HEX #BE00A8 Deep Magenta

📋 copy color: '#BE00A8'

red 190 ◦ green 0 ◦ blue 168

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

Shades of Deep Magenta #BE00A8

Tints of Deep Magenta #BE00A8

RGB

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

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

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

R = 53.07%
G = 0%
B = 46.93%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.12

 K value IS 0.25

RGB Variations

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

Color information

#BE00A8 (or 0xBE00A8) is known color: Deep Magenta. HEX triplet: BE, 00 and A8. RGB value is (190,0,168). Sum of RGB (Red+Green+Blue) = 190+0+168=358 (47% of max value = 765). Red value is 190 (74.61% from 255 or 53.07% from 358); Green value is 0 (0.39% from 255 or 0% from 358); Blue value is 168 (66.02% from 255 or 46.93% from 358); Max value from RGB is 190 - color contains mainly: red. Hex color #BE00A8 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BE00A8 is #41FF57. Grayscale: #4B4B4B. Windows color (decimal): -4325208 or 11010238. OLE color: 11010238.

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

Color convert

RGB 190 0 168 -
CMYK 0 1 0.12 0.25
HSL 306.95º 1% 0.37% -
HSV(B) 306.95º 1% 0.75% -
XYZ 28.3 13.77 38.21 -
YUV 75.96 179.95 209.34 -
System Red Green Blue C M Y K H S L
Decimal 190 0 168 0 1 0.12 0.25 306.95 1 0.37
Hex BE 0 A8 0 64 C 19 133 64 25
Octal 276 0 250 0 144 14 31 463 144 45
Binary 10111110 0 10101000 0 1100100 1100 11001 100110011 1100100 100101

Color Harmonies of #BE00A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE00A8

Black with #BE00A8

Text Example


Text Example

White with #BE00A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE00A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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