Html Css Color HEX #B51D7B Medium Violet Red

📋 copy color: '#B51D7B'

red 181 ◦ green 29 ◦ blue 123

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

Shades of Medium Violet Red #B51D7B

Tints of Medium Violet Red #B51D7B

RGB

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

 GREEN value IS 29 (11.72% from 255) = 8.71%

 BLUE value IS 123 (48.44% from 255) = 36.94%

R = 54.35%
G = 8.71%
B = 36.94%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.32

 K value IS 0.29

RGB Variations

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

Color information

#B51D7B (or 0xB51D7B) is known color: Medium Violet Red. HEX triplet: B5, 1D and 7B. RGB value is (181,29,123). Sum of RGB (Red+Green+Blue) = 181+29+123=333 (44% of max value = 765). Red value is 181 (71.09% from 255 or 54.35% from 333); Green value is 29 (11.72% from 255 or 8.71% from 333); Blue value is 123 (48.44% from 255 or 36.94% from 333); Max value from RGB is 181 - color contains mainly: red. Hex color #B51D7B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B51D7B is #4AE284. Grayscale: #545454. Windows color (decimal): -4907653 or 8068533. OLE color: 8068533.

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

Color convert

RGB 181 29 123 -
CMYK 0 0.84 0.32 0.29
HSL 322.89º 0.72% 0.41% -
HSV(B) 322.89º 0.84% 0.71% -
XYZ 23.07 12.13 19.86 -
YUV 85.16 149.36 196.36 -
System Red Green Blue C M Y K H S L
Decimal 181 29 123 0 0.84 0.32 0.29 322.89 0.72 0.41
Hex B5 1D 7B 0 54 20 1D 143 48 29
Octal 265 35 173 0 124 40 35 503 110 51
Binary 10110101 11101 1111011 0 1010100 100000 11101 101000011 1001000 101001

Color Harmonies of #B51D7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B51D7B

Black with #B51D7B

Text Example


Text Example

White with #B51D7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B51D7B; }

 p { color: rgb(181,29,123); }

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

background-color css

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

 a { background-color: rgb(181,29,123); }

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

border-color css

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

 span { border-color: rgb(181,29,123); }

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