Html Css Color HEX #B51FB2 Deep Magenta

📋 copy color: '#B51FB2'

red 181 ◦ green 31 ◦ blue 178

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

Shades of Deep Magenta #B51FB2

Tints of Deep Magenta #B51FB2

RGB

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

 GREEN value IS 31 (12.5% from 255) = 7.95%

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

R = 46.41%
G = 7.95%
B = 45.64%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.02

 K value IS 0.29

RGB Variations

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

Color information

#B51FB2 (or 0xB51FB2) is known color: Deep Magenta. HEX triplet: B5, 1F and B2. RGB value is (181,31,178). Sum of RGB (Red+Green+Blue) = 181+31+178=390 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.41% from 390); Green value is 31 (12.5% from 255 or 7.95% from 390); Blue value is 178 (69.92% from 255 or 45.64% from 390); Max value from RGB is 181 - color contains mainly: red. Hex color #B51FB2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B51FB2 is #4AE04D. Grayscale: #5C5C5C. Windows color (decimal): -4907086 or 11673525. OLE color: 11673525.

HSL color Cylindrical-coordinate representation of color #B51FB2: hue angle of 301.2º degrees, saturation: 0.71, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B51FB2 is Cyan = 0, Magento = 0.83, Yellow = 0.02 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 31 178 -
CMYK 0 0.83 0.02 0.29
HSL 301.2º 0.71% 0.42% -
HSV(B) 301.2º 0.83% 0.71% -
XYZ 27.58 14.02 43.37 -
YUV 92.61 176.2 191.05 -
System Red Green Blue C M Y K H S L
Decimal 181 31 178 0 0.83 0.02 0.29 301.2 0.71 0.42
Hex B5 1F B2 0 53 2 1D 12D 47 2A
Octal 265 37 262 0 123 2 35 455 107 52
Binary 10110101 11111 10110010 0 1010011 10 11101 100101101 1000111 101010

Color Harmonies of #B51FB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B51FB2

Black with #B51FB2

Text Example


Text Example

White with #B51FB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B51FB2; }

 p { color: rgb(181,31,178); }

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

background-color css

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

 a { background-color: rgb(181,31,178); }

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

border-color css

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

 span { border-color: rgb(181,31,178); }

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