Html Css Color HEX #BE00B2 Deep Magenta

📋 copy color: '#BE00B2'

red 190 ◦ green 0 ◦ blue 178

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

Shades of Deep Magenta #BE00B2

Tints of Deep Magenta #BE00B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 48.37%

R = 51.63%
G = 0%
B = 48.37%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.06

 K value IS 0.25

RGB Variations

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

Color information

#BE00B2 (or 0xBE00B2) is known color: Deep Magenta. HEX triplet: BE, 00 and B2. RGB value is (190,0,178). Sum of RGB (Red+Green+Blue) = 190+0+178=368 (48% of max value = 765). Red value is 190 (74.61% from 255 or 51.63% from 368); Green value is 0 (0.39% from 255 or 0% from 368); Blue value is 178 (69.92% from 255 or 48.37% from 368); Max value from RGB is 190 - color contains mainly: red. Hex color #BE00B2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BE00B2 is #41FF4D. Grayscale: #4C4C4C. Windows color (decimal): -4325198 or 11665598. OLE color: 11665598.

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

Color convert

RGB 190 0 178 -
CMYK 0 1 0.06 0.25
HSL 303.79º 1% 0.37% -
HSV(B) 303.79º 1% 0.75% -
XYZ 29.27 14.16 43.31 -
YUV 77.1 184.95 208.53 -
System Red Green Blue C M Y K H S L
Decimal 190 0 178 0 1 0.06 0.25 303.79 1 0.37
Hex BE 0 B2 0 64 6 19 130 64 25
Octal 276 0 262 0 144 6 31 460 144 45
Binary 10111110 0 10110010 0 1100100 110 11001 100110000 1100100 100101

Color Harmonies of #BE00B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE00B2

Black with #BE00B2

Text Example


Text Example

White with #BE00B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE00B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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