Html Css Color HEX #B51CA7 Medium Violet Red

📋 copy color: '#B51CA7'

red 181 ◦ green 28 ◦ blue 167

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

Shades of Medium Violet Red #B51CA7

Tints of Medium Violet Red #B51CA7

RGB

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

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

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

R = 48.14%
G = 7.45%
B = 44.41%

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

#B51CA7 (or 0xB51CA7) is known color: Medium Violet Red. HEX triplet: B5, 1C and A7. RGB value is (181,28,167). Sum of RGB (Red+Green+Blue) = 181+28+167=376 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.14% from 376); Green value is 28 (11.33% from 255 or 7.45% from 376); Blue value is 167 (65.62% from 255 or 44.41% from 376); Max value from RGB is 181 - color contains mainly: red. Hex color #B51CA7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B51CA7 is #4AE358. Grayscale: #595959. Windows color (decimal): -4907865 or 10951861. OLE color: 10951861.

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

Color convert

RGB 181 28 167 -
CMYK 0 0.85 0.08 0.29
HSL 305.49º 0.73% 0.41% -
HSV(B) 305.49º 0.85% 0.71% -
XYZ 26.45 13.44 37.76 -
YUV 89.59 171.69 193.2 -
System Red Green Blue C M Y K H S L
Decimal 181 28 167 0 0.85 0.08 0.29 305.49 0.73 0.41
Hex B5 1C A7 0 55 8 1D 131 49 29
Octal 265 34 247 0 125 10 35 461 111 51
Binary 10110101 11100 10100111 0 1010101 1000 11101 100110001 1001001 101001

Color Harmonies of #B51CA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B51CA7

Black with #B51CA7

Text Example


Text Example

White with #B51CA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B51CA7; }

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

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

background-color css

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

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

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

border-color css

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

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

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