Html Css Color HEX #B71D8C Medium Violet Red

📋 copy color: '#B71D8C'

red 183 ◦ green 29 ◦ blue 140

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

Shades of Medium Violet Red #B71D8C

Tints of Medium Violet Red #B71D8C

RGB

 RED value IS 183 (71.88% from 255) = 51.99%

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

 BLUE value IS 140 (55.08% from 255) = 39.77%

R = 51.99%
G = 8.24%
B = 39.77%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.23

 K value IS 0.28

RGB Variations

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

Color information

#B71D8C (or 0xB71D8C) is known color: Medium Violet Red. HEX triplet: B7, 1D and 8C. RGB value is (183,29,140). Sum of RGB (Red+Green+Blue) = 183+29+140=352 (46% of max value = 765). Red value is 183 (71.88% from 255 or 51.99% from 352); Green value is 29 (11.72% from 255 or 8.24% from 352); Blue value is 140 (55.08% from 255 or 39.77% from 352); Max value from RGB is 183 - color contains mainly: red. Hex color #B71D8C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B71D8C is #48E273. Grayscale: #575757. Windows color (decimal): -4776564 or 9182647. OLE color: 9182647.

HSL color Cylindrical-coordinate representation of color #B71D8C: hue angle of 316.75º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B71D8C is Cyan = 0, Magento = 0.84, Yellow = 0.23 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 29 140 -
CMYK 0 0.84 0.23 0.28
HSL 316.75º 0.73% 0.42% -
HSV(B) 316.75º 0.84% 0.72% -
XYZ 24.7 12.84 25.99 -
YUV 87.7 157.52 195.97 -
System Red Green Blue C M Y K H S L
Decimal 183 29 140 0 0.84 0.23 0.28 316.75 0.73 0.42
Hex B7 1D 8C 0 54 17 1C 13D 49 2A
Octal 267 35 214 0 124 27 34 475 111 52
Binary 10110111 11101 10001100 0 1010100 10111 11100 100111101 1001001 101010

Color Harmonies of #B71D8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B71D8C

Black with #B71D8C

Text Example


Text Example

White with #B71D8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B71D8C; }

 p { color: rgb(183,29,140); }

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

background-color css

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

 a { background-color: rgb(183,29,140); }

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

border-color css

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

 span { border-color: rgb(183,29,140); }

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