Html Css Color HEX #B51EBE Deep Magenta

📋 copy color: '#B51EBE'

red 181 ◦ green 30 ◦ blue 190

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

Shades of Deep Magenta #B51EBE

Tints of Deep Magenta #B51EBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 47.38%

R = 45.14%
G = 7.48%
B = 47.38%

CMYK

 C value IS 0.05

 M value IS 0.84

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B51EBE (or 0xB51EBE) is known color: Deep Magenta. HEX triplet: B5, 1E and BE. RGB value is (181,30,190). Sum of RGB (Red+Green+Blue) = 181+30+190=401 (53% of max value = 765). Red value is 181 (71.09% from 255 or 45.14% from 401); Green value is 30 (12.11% from 255 or 7.48% from 401); Blue value is 190 (74.61% from 255 or 47.38% from 401); Max value from RGB is 190 - color contains mainly: blue. Hex color #B51EBE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B51EBE is #4AE141. Grayscale: #5C5C5C. Windows color (decimal): -4907330 or 12459701. OLE color: 12459701.

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

Color convert

RGB 181 30 190 -
CMYK 0.05 0.84 0 0.25
HSL 296.63º 0.73% 0.43% -
HSV(B) 296.63º 0.84% 0.75% -
XYZ 28.81 14.47 49.99 -
YUV 93.39 182.53 190.49 -
System Red Green Blue C M Y K H S L
Decimal 181 30 190 0.05 0.84 0 0.25 296.63 0.73 0.43
Hex B5 1E BE 5 54 0 19 129 49 2B
Octal 265 36 276 5 124 0 31 451 111 53
Binary 10110101 11110 10111110 101 1010100 0 11001 100101001 1001001 101011

Color Harmonies of #B51EBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B51EBE

Black with #B51EBE

Text Example


Text Example

White with #B51EBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B51EBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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