Html Css Color HEX #B71670 Medium Violet Red

📋 copy color: '#B71670'

red 183 ◦ green 22 ◦ blue 112

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

Shades of Medium Violet Red #B71670

Tints of Medium Violet Red #B71670

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.94%

 BLUE value IS 112 (44.14% from 255) = 35.33%

R = 57.73%
G = 6.94%
B = 35.33%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.39

 K value IS 0.28

RGB Variations

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

Color information

#B71670 (or 0xB71670) is known color: Medium Violet Red. HEX triplet: B7, 16 and 70. RGB value is (183,22,112). Sum of RGB (Red+Green+Blue) = 183+22+112=317 (41% of max value = 765). Red value is 183 (71.88% from 255 or 57.73% from 317); Green value is 22 (8.98% from 255 or 6.94% from 317); Blue value is 112 (44.14% from 255 or 35.33% from 317); Max value from RGB is 183 - color contains mainly: red. Hex color #B71670 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B71670 is #48E98F. Grayscale: #505050. Windows color (decimal): -4778384 or 7345847. OLE color: 7345847.

HSL color Cylindrical-coordinate representation of color #B71670: hue angle of 326.46º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B71670 is Cyan = 0, Magento = 0.88, Yellow = 0.39 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 22 112 -
CMYK 0 0.88 0.39 0.28
HSL 326.46º 0.79% 0.4% -
HSV(B) 326.46º 0.88% 0.72% -
XYZ 22.74 11.81 16.41 -
YUV 80.4 145.84 201.18 -
System Red Green Blue C M Y K H S L
Decimal 183 22 112 0 0.88 0.39 0.28 326.46 0.79 0.4
Hex B7 16 70 0 58 27 1C 146 4F 28
Octal 267 26 160 0 130 47 34 506 117 50
Binary 10110111 10110 1110000 0 1011000 100111 11100 101000110 1001111 101000

Color Harmonies of #B71670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B71670

Black with #B71670

Text Example


Text Example

White with #B71670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B71670; }

 p { color: rgb(183,22,112); }

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

background-color css

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

 a { background-color: rgb(183,22,112); }

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

border-color css

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

 span { border-color: rgb(183,22,112); }

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