Html Css Color HEX #B71D8F Medium Violet Red

📋 copy color: '#B71D8F'

red 183 ◦ green 29 ◦ blue 143

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

Shades of Medium Violet Red #B71D8F

Tints of Medium Violet Red #B71D8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 40.28%

R = 51.55%
G = 8.17%
B = 40.28%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.22

 K value IS 0.28

RGB Variations

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

Color information

#B71D8F (or 0xB71D8F) is known color: Medium Violet Red. HEX triplet: B7, 1D and 8F. RGB value is (183,29,143). Sum of RGB (Red+Green+Blue) = 183+29+143=355 (47% of max value = 765). Red value is 183 (71.88% from 255 or 51.55% from 355); Green value is 29 (11.72% from 255 or 8.17% from 355); Blue value is 143 (56.25% from 255 or 40.28% from 355); Max value from RGB is 183 - color contains mainly: red. Hex color #B71D8F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B71D8F is #48E270. Grayscale: #575757. Windows color (decimal): -4776561 or 9379255. OLE color: 9379255.

HSL color Cylindrical-coordinate representation of color #B71D8F: hue angle of 315.58º 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 #B71D8F is Cyan = 0, Magento = 0.84, Yellow = 0.22 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 29 143 -
CMYK 0 0.84 0.22 0.28
HSL 315.58º 0.73% 0.42% -
HSV(B) 315.58º 0.84% 0.72% -
XYZ 24.93 12.93 27.17 -
YUV 88.04 159.02 195.73 -
System Red Green Blue C M Y K H S L
Decimal 183 29 143 0 0.84 0.22 0.28 315.58 0.73 0.42
Hex B7 1D 8F 0 54 16 1C 13C 49 2A
Octal 267 35 217 0 124 26 34 474 111 52
Binary 10110111 11101 10001111 0 1010100 10110 11100 100111100 1001001 101010

Color Harmonies of #B71D8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B71D8F

Black with #B71D8F

Text Example


Text Example

White with #B71D8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B71D8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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