Html Css Color HEX #B71274 Medium Violet Red

📋 copy color: '#B71274'

red 183 ◦ green 18 ◦ blue 116

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

Shades of Medium Violet Red #B71274

Tints of Medium Violet Red #B71274

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 36.59%

R = 57.73%
G = 5.68%
B = 36.59%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.37

 K value IS 0.28

RGB Variations

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

Color information

#B71274 (or 0xB71274) is known color: Medium Violet Red. HEX triplet: B7, 12 and 74. RGB value is (183,18,116). Sum of RGB (Red+Green+Blue) = 183+18+116=317 (41% of max value = 765). Red value is 183 (71.88% from 255 or 57.73% from 317); Green value is 18 (7.42% from 255 or 5.68% from 317); Blue value is 116 (45.70% from 255 or 36.59% from 317); Max value from RGB is 183 - color contains mainly: red. Hex color #B71274 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B71274 is #48ED8B. Grayscale: #4E4E4E. Windows color (decimal): -4779404 or 7606967. OLE color: 7606967.

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

Color convert

RGB 183 18 116 -
CMYK 0 0.90 0.37 0.28
HSL 324.36º 0.82% 0.39% -
HSV(B) 324.36º 0.9% 0.72% -
XYZ 22.9 11.76 17.59 -
YUV 78.51 149.16 202.53 -
System Red Green Blue C M Y K H S L
Decimal 183 18 116 0 0.90 0.37 0.28 324.36 0.82 0.39
Hex B7 12 74 0 5A 25 1C 144 52 27
Octal 267 22 164 0 132 45 34 504 122 47
Binary 10110111 10010 1110100 0 1011010 100101 11100 101000100 1010010 100111

Color Harmonies of #B71274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B71274

Black with #B71274

Text Example


Text Example

White with #B71274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B71274; }

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

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

background-color css

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

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

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

border-color css

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

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

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