Html Css Color HEX #BE00B9 Deep Magenta

📋 copy color: '#BE00B9'

red 190 ◦ green 0 ◦ blue 185

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

Shades of Deep Magenta #BE00B9

Tints of Deep Magenta #BE00B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 49.33%

R = 50.67%
G = 0%
B = 49.33%

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

#BE00B9 (or 0xBE00B9) is known color: Deep Magenta. HEX triplet: BE, 00 and B9. RGB value is (190,0,185). Sum of RGB (Red+Green+Blue) = 190+0+185=375 (49% of max value = 765). Red value is 190 (74.61% from 255 or 50.67% from 375); Green value is 0 (0.39% from 255 or 0% from 375); Blue value is 185 (72.66% from 255 or 49.33% from 375); Max value from RGB is 190 - color contains mainly: red. Hex color #BE00B9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BE00B9 is #41FF46. Grayscale: #4D4D4D. Windows color (decimal): -4325191 or 12124350. OLE color: 12124350.

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

Color convert

RGB 190 0 185 -
CMYK 0 1 0.03 0.25
HSL 301.58º 1% 0.37% -
HSV(B) 301.58º 1% 0.75% -
XYZ 29.99 14.45 47.11 -
YUV 77.9 188.45 207.96 -
System Red Green Blue C M Y K H S L
Decimal 190 0 185 0 1 0.03 0.25 301.58 1 0.37
Hex BE 0 B9 0 64 3 19 12E 64 25
Octal 276 0 271 0 144 3 31 456 144 45
Binary 10111110 0 10111001 0 1100100 11 11001 100101110 1100100 100101

Color Harmonies of #BE00B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE00B9

Black with #BE00B9

Text Example


Text Example

White with #BE00B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE00B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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