Html Css Color HEX #B51CCE Deep Magenta

📋 copy color: '#B51CCE'

red 181 ◦ green 28 ◦ blue 206

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

Shades of Deep Magenta #B51CCE

Tints of Deep Magenta #B51CCE

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.75%

 BLUE value IS 206 (80.86% from 255) = 49.64%

R = 43.61%
G = 6.75%
B = 49.64%

CMYK

 C value IS 0.12

 M value IS 0.86

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B51CCE (or 0xB51CCE) is known color: Deep Magenta. HEX triplet: B5, 1C and CE. RGB value is (181,28,206). Sum of RGB (Red+Green+Blue) = 181+28+206=415 (54% of max value = 765). Red value is 181 (71.09% from 255 or 43.61% from 415); Green value is 28 (11.33% from 255 or 6.75% from 415); Blue value is 206 (80.86% from 255 or 49.64% from 415); Max value from RGB is 206 - color contains mainly: blue. Hex color #B51CCE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B51CCE is #4AE331. Grayscale: #5D5D5D. Windows color (decimal): -4907826 or 13507765. OLE color: 13507765.

HSL color Cylindrical-coordinate representation of color #B51CCE: hue angle of 291.57º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B51CCE is Cyan = 0.12, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 181 28 206 -
CMYK 0.12 0.86 0 0.19
HSL 291.57º 0.76% 0.46% -
HSV(B) 291.57º 0.86% 0.81% -
XYZ 30.61 15.11 59.7 -
YUV 94.04 191.19 190.03 -
System Red Green Blue C M Y K H S L
Decimal 181 28 206 0.12 0.86 0 0.19 291.57 0.76 0.46
Hex B5 1C CE C 56 0 13 124 4C 2E
Octal 265 34 316 14 126 0 23 444 114 56
Binary 10110101 11100 11001110 1100 1010110 0 10011 100100100 1001100 101110

Color Harmonies of #B51CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B51CCE

Black with #B51CCE

Text Example


Text Example

White with #B51CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B51CCE; }

 p { color: rgb(181,28,206); }

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

background-color css

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

 a { background-color: rgb(181,28,206); }

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

border-color css

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

 span { border-color: rgb(181,28,206); }

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