Html Css Color HEX #B51AA7 Medium Violet Red

📋 copy color: '#B51AA7'

red 181 ◦ green 26 ◦ blue 167

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

Shades of Medium Violet Red #B51AA7

Tints of Medium Violet Red #B51AA7

RGB

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

 GREEN value IS 26 (10.55% from 255) = 6.95%

 BLUE value IS 167 (65.63% from 255) = 44.65%

R = 48.4%
G = 6.95%
B = 44.65%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.08

 K value IS 0.29

RGB Variations

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

Color information

#B51AA7 (or 0xB51AA7) is known color: Medium Violet Red. HEX triplet: B5, 1A and A7. RGB value is (181,26,167). Sum of RGB (Red+Green+Blue) = 181+26+167=374 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.40% from 374); Green value is 26 (10.55% from 255 or 6.95% from 374); Blue value is 167 (65.62% from 255 or 44.65% from 374); Max value from RGB is 181 - color contains mainly: red. Hex color #B51AA7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B51AA7 is #4AE558. Grayscale: #585858. Windows color (decimal): -4908377 or 10951349. OLE color: 10951349.

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

Color convert

RGB 181 26 167 -
CMYK 0 0.86 0.08 0.29
HSL 305.42º 0.75% 0.41% -
HSV(B) 305.42º 0.86% 0.71% -
XYZ 26.4 13.35 37.75 -
YUV 88.42 172.35 194.04 -
System Red Green Blue C M Y K H S L
Decimal 181 26 167 0 0.86 0.08 0.29 305.42 0.75 0.41
Hex B5 1A A7 0 56 8 1D 131 4B 29
Octal 265 32 247 0 126 10 35 461 113 51
Binary 10110101 11010 10100111 0 1010110 1000 11101 100110001 1001011 101001

Color Harmonies of #B51AA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B51AA7

Black with #B51AA7

Text Example


Text Example

White with #B51AA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B51AA7; }

 p { color: rgb(181,26,167); }

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

background-color css

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

 a { background-color: rgb(181,26,167); }

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

border-color css

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

 span { border-color: rgb(181,26,167); }

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