Html Css Color HEX #BE00B1 Deep Magenta

📋 copy color: '#BE00B1'

red 190 ◦ green 0 ◦ blue 177

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

Shades of Deep Magenta #BE00B1

Tints of Deep Magenta #BE00B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 48.23%

R = 51.77%
G = 0%
B = 48.23%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.07

 K value IS 0.25

RGB Variations

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

Color information

#BE00B1 (or 0xBE00B1) is known color: Deep Magenta. HEX triplet: BE, 00 and B1. RGB value is (190,0,177). Sum of RGB (Red+Green+Blue) = 190+0+177=367 (48% of max value = 765). Red value is 190 (74.61% from 255 or 51.77% from 367); Green value is 0 (0.39% from 255 or 0% from 367); Blue value is 177 (69.53% from 255 or 48.23% from 367); Max value from RGB is 190 - color contains mainly: red. Hex color #BE00B1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BE00B1 is #41FF4E. Grayscale: #4C4C4C. Windows color (decimal): -4325199 or 11600062. OLE color: 11600062.

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

Color convert

RGB 190 0 177 -
CMYK 0 1 0.07 0.25
HSL 304.11º 1% 0.37% -
HSV(B) 304.11º 1% 0.75% -
XYZ 29.17 14.12 42.78 -
YUV 76.99 184.45 208.61 -
System Red Green Blue C M Y K H S L
Decimal 190 0 177 0 1 0.07 0.25 304.11 1 0.37
Hex BE 0 B1 0 64 7 19 130 64 25
Octal 276 0 261 0 144 7 31 460 144 45
Binary 10111110 0 10110001 0 1100100 111 11001 100110000 1100100 100101

Color Harmonies of #BE00B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE00B1

Black with #BE00B1

Text Example


Text Example

White with #BE00B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE00B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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