Html Css Color HEX #B51BA5 Medium Violet Red

📋 copy color: '#B51BA5'

red 181 ◦ green 27 ◦ blue 165

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

Shades of Medium Violet Red #B51BA5

Tints of Medium Violet Red #B51BA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 44.24%

R = 48.53%
G = 7.24%
B = 44.24%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.09

 K value IS 0.29

RGB Variations

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

Color information

#B51BA5 (or 0xB51BA5) is known color: Medium Violet Red. HEX triplet: B5, 1B and A5. RGB value is (181,27,165). Sum of RGB (Red+Green+Blue) = 181+27+165=373 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.53% from 373); Green value is 27 (10.94% from 255 or 7.24% from 373); Blue value is 165 (64.84% from 255 or 44.24% from 373); Max value from RGB is 181 - color contains mainly: red. Hex color #B51BA5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B51BA5 is #4AE45A. Grayscale: #585858. Windows color (decimal): -4908123 or 10820533. OLE color: 10820533.

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

Color convert

RGB 181 27 165 -
CMYK 0 0.85 0.09 0.29
HSL 306.23º 0.74% 0.41% -
HSV(B) 306.23º 0.85% 0.71% -
XYZ 26.24 13.32 36.79 -
YUV 88.78 171.02 193.78 -
System Red Green Blue C M Y K H S L
Decimal 181 27 165 0 0.85 0.09 0.29 306.23 0.74 0.41
Hex B5 1B A5 0 55 9 1D 132 4A 29
Octal 265 33 245 0 125 11 35 462 112 51
Binary 10110101 11011 10100101 0 1010101 1001 11101 100110010 1001010 101001

Color Harmonies of #B51BA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B51BA5

Black with #B51BA5

Text Example


Text Example

White with #B51BA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B51BA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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