Html Css Color HEX #B71F7C Medium Violet Red

📋 copy color: '#B71F7C'

red 183 ◦ green 31 ◦ blue 124

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

Shades of Medium Violet Red #B71F7C

Tints of Medium Violet Red #B71F7C

RGB

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

 GREEN value IS 31 (12.5% from 255) = 9.17%

 BLUE value IS 124 (48.83% from 255) = 36.69%

R = 54.14%
G = 9.17%
B = 36.69%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.32

 K value IS 0.28

RGB Variations

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

Color information

#B71F7C (or 0xB71F7C) is known color: Medium Violet Red. HEX triplet: B7, 1F and 7C. RGB value is (183,31,124). Sum of RGB (Red+Green+Blue) = 183+31+124=338 (44% of max value = 765). Red value is 183 (71.88% from 255 or 54.14% from 338); Green value is 31 (12.5% from 255 or 9.17% from 338); Blue value is 124 (48.83% from 255 or 36.69% from 338); Max value from RGB is 183 - color contains mainly: red. Hex color #B71F7C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B71F7C is #48E083. Grayscale: #565656. Windows color (decimal): -4776068 or 8134583. OLE color: 8134583.

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

Color convert

RGB 183 31 124 -
CMYK 0 0.83 0.32 0.28
HSL 323.29º 0.71% 0.42% -
HSV(B) 323.29º 0.83% 0.72% -
XYZ 23.66 12.5 20.24 -
YUV 87.05 148.86 196.44 -
System Red Green Blue C M Y K H S L
Decimal 183 31 124 0 0.83 0.32 0.28 323.29 0.71 0.42
Hex B7 1F 7C 0 53 20 1C 143 47 2A
Octal 267 37 174 0 123 40 34 503 107 52
Binary 10110111 11111 1111100 0 1010011 100000 11100 101000011 1000111 101010

Color Harmonies of #B71F7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B71F7C

Black with #B71F7C

Text Example


Text Example

White with #B71F7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B71F7C; }

 p { color: rgb(183,31,124); }

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

background-color css

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

 a { background-color: rgb(183,31,124); }

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

border-color css

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

 span { border-color: rgb(183,31,124); }

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