Html Css Color HEX #BE00B6 Deep Magenta

📋 copy color: '#BE00B6'

red 190 ◦ green 0 ◦ blue 182

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

Shades of Deep Magenta #BE00B6

Tints of Deep Magenta #BE00B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 48.92%

R = 51.08%
G = 0%
B = 48.92%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.04

 K value IS 0.25

RGB Variations

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

Color information

#BE00B6 (or 0xBE00B6) is known color: Deep Magenta. HEX triplet: BE, 00 and B6. RGB value is (190,0,182). Sum of RGB (Red+Green+Blue) = 190+0+182=372 (49% of max value = 765). Red value is 190 (74.61% from 255 or 51.08% from 372); Green value is 0 (0.39% from 255 or 0% from 372); Blue value is 182 (71.48% from 255 or 48.92% from 372); Max value from RGB is 190 - color contains mainly: red. Hex color #BE00B6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BE00B6 is #41FF49. Grayscale: #4D4D4D. Windows color (decimal): -4325194 or 11927742. OLE color: 11927742.

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

Color convert

RGB 190 0 182 -
CMYK 0 1 0.04 0.25
HSL 302.53º 1% 0.37% -
HSV(B) 302.53º 1% 0.75% -
XYZ 29.68 14.32 45.46 -
YUV 77.56 186.95 208.2 -
System Red Green Blue C M Y K H S L
Decimal 190 0 182 0 1 0.04 0.25 302.53 1 0.37
Hex BE 0 B6 0 64 4 19 12F 64 25
Octal 276 0 266 0 144 4 31 457 144 45
Binary 10111110 0 10110110 0 1100100 100 11001 100101111 1100100 100101

Color Harmonies of #BE00B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE00B6

Black with #BE00B6

Text Example


Text Example

White with #BE00B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE00B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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