Html Css Color HEX #B71B7E Medium Violet Red

📋 copy color: '#B71B7E'

red 183 ◦ green 27 ◦ blue 126

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

Shades of Medium Violet Red #B71B7E

Tints of Medium Violet Red #B71B7E

RGB

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

 GREEN value IS 27 (10.94% from 255) = 8.04%

 BLUE value IS 126 (49.61% from 255) = 37.5%

R = 54.46%
G = 8.04%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.31

 K value IS 0.28

RGB Variations

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

Color information

#B71B7E (or 0xB71B7E) is known color: Medium Violet Red. HEX triplet: B7, 1B and 7E. RGB value is (183,27,126). Sum of RGB (Red+Green+Blue) = 183+27+126=336 (44% of max value = 765). Red value is 183 (71.88% from 255 or 54.46% from 336); Green value is 27 (10.94% from 255 or 8.04% from 336); Blue value is 126 (49.61% from 255 or 37.5% from 336); Max value from RGB is 183 - color contains mainly: red. Hex color #B71B7E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B71B7E is #48E481. Grayscale: #545454. Windows color (decimal): -4777090 or 8264631. OLE color: 8264631.

HSL color Cylindrical-coordinate representation of color #B71B7E: hue angle of 321.92º degrees, saturation: 0.74, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B71B7E is Cyan = 0, Magento = 0.85, Yellow = 0.31 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 27 126 -
CMYK 0 0.85 0.31 0.28
HSL 321.92º 0.74% 0.41% -
HSV(B) 321.92º 0.85% 0.72% -
XYZ 23.69 12.36 20.88 -
YUV 84.93 151.18 197.95 -
System Red Green Blue C M Y K H S L
Decimal 183 27 126 0 0.85 0.31 0.28 321.92 0.74 0.41
Hex B7 1B 7E 0 55 1F 1C 142 4A 29
Octal 267 33 176 0 125 37 34 502 112 51
Binary 10110111 11011 1111110 0 1010101 11111 11100 101000010 1001010 101001

Color Harmonies of #B71B7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B71B7E

Black with #B71B7E

Text Example


Text Example

White with #B71B7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B71B7E; }

 p { color: rgb(183,27,126); }

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

background-color css

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

 a { background-color: rgb(183,27,126); }

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

border-color css

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

 span { border-color: rgb(183,27,126); }

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