Html Css Color HEX #B71290 Medium Violet Red

📋 copy color: '#B71290'

red 183 ◦ green 18 ◦ blue 144

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

Shades of Medium Violet Red #B71290

Tints of Medium Violet Red #B71290

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 41.74%

R = 53.04%
G = 5.22%
B = 41.74%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.21

 K value IS 0.28

RGB Variations

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

Color information

#B71290 (or 0xB71290) is known color: Medium Violet Red. HEX triplet: B7, 12 and 90. RGB value is (183,18,144). Sum of RGB (Red+Green+Blue) = 183+18+144=345 (45% of max value = 765). Red value is 183 (71.88% from 255 or 53.04% from 345); Green value is 18 (7.42% from 255 or 5.22% from 345); Blue value is 144 (56.64% from 255 or 41.74% from 345); Max value from RGB is 183 - color contains mainly: red. Hex color #B71290 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B71290 is #48ED6F. Grayscale: #515151. Windows color (decimal): -4779376 or 9441975. OLE color: 9441975.

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

Color convert

RGB 183 18 144 -
CMYK 0 0.90 0.21 0.28
HSL 314.18º 0.82% 0.39% -
HSV(B) 314.18º 0.9% 0.72% -
XYZ 24.78 12.51 27.49 -
YUV 81.7 163.16 200.25 -
System Red Green Blue C M Y K H S L
Decimal 183 18 144 0 0.90 0.21 0.28 314.18 0.82 0.39
Hex B7 12 90 0 5A 15 1C 13A 52 27
Octal 267 22 220 0 132 25 34 472 122 47
Binary 10110111 10010 10010000 0 1011010 10101 11100 100111010 1010010 100111

Color Harmonies of #B71290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B71290

Black with #B71290

Text Example


Text Example

White with #B71290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B71290; }

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

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

background-color css

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

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

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

border-color css

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

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

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