Html Css Color HEX #BE05B2 Deep Magenta

📋 copy color: '#BE05B2'

red 190 ◦ green 5 ◦ blue 178

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

Shades of Deep Magenta #BE05B2

Tints of Deep Magenta #BE05B2

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.34%

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

R = 50.94%
G = 1.34%
B = 47.72%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.06

 K value IS 0.25

RGB Variations

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

Color information

#BE05B2 (or 0xBE05B2) is known color: Deep Magenta. HEX triplet: BE, 05 and B2. RGB value is (190,5,178). Sum of RGB (Red+Green+Blue) = 190+5+178=373 (49% of max value = 765). Red value is 190 (74.61% from 255 or 50.94% from 373); Green value is 5 (2.34% from 255 or 1.34% from 373); Blue value is 178 (69.92% from 255 or 47.72% from 373); Max value from RGB is 190 - color contains mainly: red. Hex color #BE05B2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BE05B2 is #41FA4D. Grayscale: #4F4F4F. Windows color (decimal): -4323918 or 11666878. OLE color: 11666878.

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

Color convert

RGB 190 5 178 -
CMYK 0 0.97 0.06 0.25
HSL 303.89º 0.95% 0.38% -
HSV(B) 303.89º 0.97% 0.75% -
XYZ 29.33 14.27 43.33 -
YUV 80.04 183.29 206.43 -
System Red Green Blue C M Y K H S L
Decimal 190 5 178 0 0.97 0.06 0.25 303.89 0.95 0.38
Hex BE 5 B2 0 61 6 19 130 5F 26
Octal 276 5 262 0 141 6 31 460 137 46
Binary 10111110 101 10110010 0 1100001 110 11001 100110000 1011111 100110

Color Harmonies of #BE05B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE05B2

Black with #BE05B2

Text Example


Text Example

White with #BE05B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE05B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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