Html Css Color HEX #B51CA8 Medium Violet Red

📋 copy color: '#B51CA8'

red 181 ◦ green 28 ◦ blue 168

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

Shades of Medium Violet Red #B51CA8

Tints of Medium Violet Red #B51CA8

RGB

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

 GREEN value IS 28 (11.33% from 255) = 7.43%

 BLUE value IS 168 (66.02% from 255) = 44.56%

R = 48.01%
G = 7.43%
B = 44.56%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.07

 K value IS 0.29

RGB Variations

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

Color information

#B51CA8 (or 0xB51CA8) is known color: Medium Violet Red. HEX triplet: B5, 1C and A8. RGB value is (181,28,168). Sum of RGB (Red+Green+Blue) = 181+28+168=377 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.01% from 377); Green value is 28 (11.33% from 255 or 7.43% from 377); Blue value is 168 (66.02% from 255 or 44.56% from 377); Max value from RGB is 181 - color contains mainly: red. Hex color #B51CA8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B51CA8 is #4AE357. Grayscale: #595959. Windows color (decimal): -4907864 or 11017397. OLE color: 11017397.

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

Color convert

RGB 181 28 168 -
CMYK 0 0.85 0.07 0.29
HSL 305.1º 0.73% 0.41% -
HSV(B) 305.1º 0.85% 0.71% -
XYZ 26.54 13.48 38.25 -
YUV 89.71 172.19 193.12 -
System Red Green Blue C M Y K H S L
Decimal 181 28 168 0 0.85 0.07 0.29 305.1 0.73 0.41
Hex B5 1C A8 0 55 7 1D 131 49 29
Octal 265 34 250 0 125 7 35 461 111 51
Binary 10110101 11100 10101000 0 1010101 111 11101 100110001 1001001 101001

Color Harmonies of #B51CA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B51CA8

Black with #B51CA8

Text Example


Text Example

White with #B51CA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B51CA8; }

 p { color: rgb(181,28,168); }

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

background-color css

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

 a { background-color: rgb(181,28,168); }

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

border-color css

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

 span { border-color: rgb(181,28,168); }

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