Html Css Color HEX #B71D92 Medium Violet Red

📋 copy color: '#B71D92'

red 183 ◦ green 29 ◦ blue 146

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

Shades of Medium Violet Red #B71D92

Tints of Medium Violet Red #B71D92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 40.78%

R = 51.12%
G = 8.1%
B = 40.78%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.20

 K value IS 0.28

RGB Variations

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

Color information

#B71D92 (or 0xB71D92) is known color: Medium Violet Red. HEX triplet: B7, 1D and 92. RGB value is (183,29,146). Sum of RGB (Red+Green+Blue) = 183+29+146=358 (47% of max value = 765). Red value is 183 (71.88% from 255 or 51.12% from 358); Green value is 29 (11.72% from 255 or 8.10% from 358); Blue value is 146 (57.42% from 255 or 40.78% from 358); Max value from RGB is 183 - color contains mainly: red. Hex color #B71D92 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B71D92 is #48E26D. Grayscale: #585858. Windows color (decimal): -4776558 or 9575863. OLE color: 9575863.

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

Color convert

RGB 183 29 146 -
CMYK 0 0.84 0.20 0.28
HSL 314.42º 0.73% 0.42% -
HSV(B) 314.42º 0.84% 0.72% -
XYZ 25.16 13.02 28.38 -
YUV 88.38 160.52 195.49 -
System Red Green Blue C M Y K H S L
Decimal 183 29 146 0 0.84 0.20 0.28 314.42 0.73 0.42
Hex B7 1D 92 0 54 14 1C 13A 49 2A
Octal 267 35 222 0 124 24 34 472 111 52
Binary 10110111 11101 10010010 0 1010100 10100 11100 100111010 1001001 101010

Color Harmonies of #B71D92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B71D92

Black with #B71D92

Text Example


Text Example

White with #B71D92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B71D92; }

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

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

background-color css

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

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

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

border-color css

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

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

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