Html Css Color HEX #B51BBE Deep Magenta

📋 copy color: '#B51BBE'

red 181 ◦ green 27 ◦ blue 190

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

Shades of Deep Magenta #B51BBE

Tints of Deep Magenta #B51BBE

RGB

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

 GREEN value IS 27 (10.94% from 255) = 6.78%

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

R = 45.48%
G = 6.78%
B = 47.74%

CMYK

 C value IS 0.05

 M value IS 0.86

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B51BBE (or 0xB51BBE) is known color: Deep Magenta. HEX triplet: B5, 1B and BE. RGB value is (181,27,190). Sum of RGB (Red+Green+Blue) = 181+27+190=398 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.48% from 398); Green value is 27 (10.94% from 255 or 6.78% from 398); Blue value is 190 (74.61% from 255 or 47.74% from 398); Max value from RGB is 190 - color contains mainly: blue. Hex color #B51BBE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B51BBE is #4AE441. Grayscale: #5B5B5B. Windows color (decimal): -4908098 or 12458933. OLE color: 12458933.

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

Color convert

RGB 181 27 190 -
CMYK 0.05 0.86 0 0.25
HSL 296.69º 0.75% 0.43% -
HSV(B) 296.69º 0.86% 0.75% -
XYZ 28.74 14.33 49.97 -
YUV 91.63 183.52 191.75 -
System Red Green Blue C M Y K H S L
Decimal 181 27 190 0.05 0.86 0 0.25 296.69 0.75 0.43
Hex B5 1B BE 5 56 0 19 129 4B 2B
Octal 265 33 276 5 126 0 31 451 113 53
Binary 10110101 11011 10111110 101 1010110 0 11001 100101001 1001011 101011

Color Harmonies of #B51BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B51BBE

Black with #B51BBE

Text Example


Text Example

White with #B51BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B51BBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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