Html Css Color HEX #BE01B2 Deep Magenta

📋 copy color: '#BE01B2'

red 190 ◦ green 1 ◦ blue 178

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

Shades of Deep Magenta #BE01B2

Tints of Deep Magenta #BE01B2

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.27%

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

R = 51.49%
G = 0.27%
B = 48.24%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.06

 K value IS 0.25

RGB Variations

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

Color information

#BE01B2 (or 0xBE01B2) is known color: Deep Magenta. HEX triplet: BE, 01 and B2. RGB value is (190,1,178). Sum of RGB (Red+Green+Blue) = 190+1+178=369 (48% of max value = 765). Red value is 190 (74.61% from 255 or 51.49% from 369); Green value is 1 (0.78% from 255 or 0.27% from 369); Blue value is 178 (69.92% from 255 or 48.24% from 369); Max value from RGB is 190 - color contains mainly: red. Hex color #BE01B2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BE01B2 is #41FE4D. Grayscale: #4D4D4D. Windows color (decimal): -4324942 or 11665854. OLE color: 11665854.

HSL color Cylindrical-coordinate representation of color #BE01B2: hue angle of 303.81º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BE01B2 is Cyan = 0, Magento = 0.99, Yellow = 0.06 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 1 178 -
CMYK 0 0.99 0.06 0.25
HSL 303.81º 0.99% 0.37% -
HSV(B) 303.81º 0.99% 0.75% -
XYZ 29.28 14.18 43.31 -
YUV 77.69 184.62 208.11 -
System Red Green Blue C M Y K H S L
Decimal 190 1 178 0 0.99 0.06 0.25 303.81 0.99 0.37
Hex BE 1 B2 0 63 6 19 130 63 25
Octal 276 1 262 0 143 6 31 460 143 45
Binary 10111110 1 10110010 0 1100011 110 11001 100110000 1100011 100101

Color Harmonies of #BE01B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE01B2

Black with #BE01B2

Text Example


Text Example

White with #BE01B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE01B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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