Html Css Color HEX #B51BA6 Medium Violet Red

📋 copy color: '#B51BA6'

red 181 ◦ green 27 ◦ blue 166

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

Shades of Medium Violet Red #B51BA6

Tints of Medium Violet Red #B51BA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 44.39%

R = 48.4%
G = 7.22%
B = 44.39%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.08

 K value IS 0.29

RGB Variations

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

Color information

#B51BA6 (or 0xB51BA6) is known color: Medium Violet Red. HEX triplet: B5, 1B and A6. RGB value is (181,27,166). Sum of RGB (Red+Green+Blue) = 181+27+166=374 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.40% from 374); Green value is 27 (10.94% from 255 or 7.22% from 374); Blue value is 166 (65.23% from 255 or 44.39% from 374); Max value from RGB is 181 - color contains mainly: red. Hex color #B51BA6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B51BA6 is #4AE459. Grayscale: #585858. Windows color (decimal): -4908122 or 10886069. OLE color: 10886069.

HSL color Cylindrical-coordinate representation of color #B51BA6: hue angle of 305.84º 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 #B51BA6 is Cyan = 0, Magento = 0.85, Yellow = 0.08 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 27 166 -
CMYK 0 0.85 0.08 0.29
HSL 305.84º 0.74% 0.41% -
HSV(B) 305.84º 0.85% 0.71% -
XYZ 26.33 13.36 37.27 -
YUV 88.89 171.52 193.7 -
System Red Green Blue C M Y K H S L
Decimal 181 27 166 0 0.85 0.08 0.29 305.84 0.74 0.41
Hex B5 1B A6 0 55 8 1D 132 4A 29
Octal 265 33 246 0 125 10 35 462 112 51
Binary 10110101 11011 10100110 0 1010101 1000 11101 100110010 1001010 101001

Color Harmonies of #B51BA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B51BA6

Black with #B51BA6

Text Example


Text Example

White with #B51BA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B51BA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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