Html Css Color HEX #BE00B8 Deep Magenta

📋 copy color: '#BE00B8'

red 190 ◦ green 0 ◦ blue 184

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

Shades of Deep Magenta #BE00B8

Tints of Deep Magenta #BE00B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 49.2%

R = 50.8%
G = 0%
B = 49.2%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.03

 K value IS 0.25

RGB Variations

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

Color information

#BE00B8 (or 0xBE00B8) is known color: Deep Magenta. HEX triplet: BE, 00 and B8. RGB value is (190,0,184). Sum of RGB (Red+Green+Blue) = 190+0+184=374 (49% of max value = 765). Red value is 190 (74.61% from 255 or 50.80% from 374); Green value is 0 (0.39% from 255 or 0% from 374); Blue value is 184 (72.27% from 255 or 49.20% from 374); Max value from RGB is 190 - color contains mainly: red. Hex color #BE00B8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BE00B8 is #41FF47. Grayscale: #4D4D4D. Windows color (decimal): -4325192 or 12058814. OLE color: 12058814.

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

Color convert

RGB 190 0 184 -
CMYK 0 1 0.03 0.25
HSL 301.89º 1% 0.37% -
HSV(B) 301.89º 1% 0.75% -
XYZ 29.89 14.41 46.55 -
YUV 77.79 187.95 208.04 -
System Red Green Blue C M Y K H S L
Decimal 190 0 184 0 1 0.03 0.25 301.89 1 0.37
Hex BE 0 B8 0 64 3 19 12E 64 25
Octal 276 0 270 0 144 3 31 456 144 45
Binary 10111110 0 10111000 0 1100100 11 11001 100101110 1100100 100101

Color Harmonies of #BE00B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE00B8

Black with #BE00B8

Text Example


Text Example

White with #BE00B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE00B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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