Html Css Color HEX #B71272 Medium Violet Red

📋 copy color: '#B71272'

red 183 ◦ green 18 ◦ blue 114

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

Shades of Medium Violet Red #B71272

Tints of Medium Violet Red #B71272

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.71%

 BLUE value IS 114 (44.92% from 255) = 36.19%

R = 58.1%
G = 5.71%
B = 36.19%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.38

 K value IS 0.28

RGB Variations

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

Color information

#B71272 (or 0xB71272) is known color: Medium Violet Red. HEX triplet: B7, 12 and 72. RGB value is (183,18,114). Sum of RGB (Red+Green+Blue) = 183+18+114=315 (41% of max value = 765). Red value is 183 (71.88% from 255 or 58.10% from 315); Green value is 18 (7.42% from 255 or 5.71% from 315); Blue value is 114 (44.92% from 255 or 36.19% from 315); Max value from RGB is 183 - color contains mainly: red. Hex color #B71272 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B71272 is #48ED8D. Grayscale: #4E4E4E. Windows color (decimal): -4779406 or 7475895. OLE color: 7475895.

HSL color Cylindrical-coordinate representation of color #B71272: hue angle of 325.09º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B71272 is Cyan = 0, Magento = 0.90, Yellow = 0.38 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 18 114 -
CMYK 0 0.90 0.38 0.28
HSL 325.09º 0.82% 0.39% -
HSV(B) 325.09º 0.9% 0.72% -
XYZ 22.78 11.71 16.98 -
YUV 78.28 148.16 202.69 -
System Red Green Blue C M Y K H S L
Decimal 183 18 114 0 0.90 0.38 0.28 325.09 0.82 0.39
Hex B7 12 72 0 5A 26 1C 145 52 27
Octal 267 22 162 0 132 46 34 505 122 47
Binary 10110111 10010 1110010 0 1011010 100110 11100 101000101 1010010 100111

Color Harmonies of #B71272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B71272

Black with #B71272

Text Example


Text Example

White with #B71272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B71272; }

 p { color: rgb(183,18,114); }

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

background-color css

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

 a { background-color: rgb(183,18,114); }

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

border-color css

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

 span { border-color: rgb(183,18,114); }

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