Html Css Color HEX #B51BA1 Medium Violet Red

📋 copy color: '#B51BA1'

red 181 ◦ green 27 ◦ blue 161

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

Shades of Medium Violet Red #B51BA1

Tints of Medium Violet Red #B51BA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 43.63%

R = 49.05%
G = 7.32%
B = 43.63%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.11

 K value IS 0.29

RGB Variations

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

Color information

#B51BA1 (or 0xB51BA1) is known color: Medium Violet Red. HEX triplet: B5, 1B and A1. RGB value is (181,27,161). Sum of RGB (Red+Green+Blue) = 181+27+161=369 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.05% from 369); Green value is 27 (10.94% from 255 or 7.32% from 369); Blue value is 161 (63.28% from 255 or 43.63% from 369); Max value from RGB is 181 - color contains mainly: red. Hex color #B51BA1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B51BA1 is #4AE45E. Grayscale: #575757. Windows color (decimal): -4908127 or 10558389. OLE color: 10558389.

HSL color Cylindrical-coordinate representation of color #B51BA1: hue angle of 307.79º degrees, saturation: 0.74, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B51BA1 is Cyan = 0, Magento = 0.85, Yellow = 0.11 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 27 161 -
CMYK 0 0.85 0.11 0.29
HSL 307.79º 0.74% 0.41% -
HSV(B) 307.79º 0.85% 0.71% -
XYZ 25.88 13.18 34.9 -
YUV 88.32 169.02 194.1 -
System Red Green Blue C M Y K H S L
Decimal 181 27 161 0 0.85 0.11 0.29 307.79 0.74 0.41
Hex B5 1B A1 0 55 B 1D 134 4A 29
Octal 265 33 241 0 125 13 35 464 112 51
Binary 10110101 11011 10100001 0 1010101 1011 11101 100110100 1001010 101001

Color Harmonies of #B51BA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B51BA1

Black with #B51BA1

Text Example


Text Example

White with #B51BA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B51BA1; }

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

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

background-color css

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

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

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

border-color css

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

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

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