Html Css Color HEX #B51EC0 Deep Magenta

📋 copy color: '#B51EC0'

red 181 ◦ green 30 ◦ blue 192

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

Shades of Deep Magenta #B51EC0

Tints of Deep Magenta #B51EC0

RGB

 RED value IS 181 (71.09% from 255) = 44.91%

 GREEN value IS 30 (12.11% from 255) = 7.44%

 BLUE value IS 192 (75.39% from 255) = 47.64%

R = 44.91%
G = 7.44%
B = 47.64%

CMYK

 C value IS 0.06

 M value IS 0.84

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B51EC0 (or 0xB51EC0) is known color: Deep Magenta. HEX triplet: B5, 1E and C0. RGB value is (181,30,192). Sum of RGB (Red+Green+Blue) = 181+30+192=403 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.91% from 403); Green value is 30 (12.11% from 255 or 7.44% from 403); Blue value is 192 (75.39% from 255 or 47.64% from 403); Max value from RGB is 192 - color contains mainly: blue. Hex color #B51EC0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B51EC0 is #4AE13F. Grayscale: #5D5D5D. Windows color (decimal): -4907328 or 12590773. OLE color: 12590773.

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

Color convert

RGB 181 30 192 -
CMYK 0.06 0.84 0 0.25
HSL 295.93º 0.73% 0.44% -
HSV(B) 295.93º 0.84% 0.75% -
XYZ 29.03 14.56 51.15 -
YUV 93.62 183.53 190.33 -
System Red Green Blue C M Y K H S L
Decimal 181 30 192 0.06 0.84 0 0.25 295.93 0.73 0.44
Hex B5 1E C0 6 54 0 19 128 49 2C
Octal 265 36 300 6 124 0 31 450 111 54
Binary 10110101 11110 11000000 110 1010100 0 11001 100101000 1001001 101100

Color Harmonies of #B51EC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B51EC0

Black with #B51EC0

Text Example


Text Example

White with #B51EC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B51EC0; }

 p { color: rgb(181,30,192); }

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

background-color css

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

 a { background-color: rgb(181,30,192); }

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

border-color css

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

 span { border-color: rgb(181,30,192); }

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