Html Css Color HEX #B71E7A Medium Violet Red

📋 copy color: '#B71E7A'

red 183 ◦ green 30 ◦ blue 122

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

Shades of Medium Violet Red #B71E7A

Tints of Medium Violet Red #B71E7A

RGB

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

 GREEN value IS 30 (12.11% from 255) = 8.96%

 BLUE value IS 122 (48.05% from 255) = 36.42%

R = 54.63%
G = 8.96%
B = 36.42%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.33

 K value IS 0.28

RGB Variations

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

Color information

#B71E7A (or 0xB71E7A) is known color: Medium Violet Red. HEX triplet: B7, 1E and 7A. RGB value is (183,30,122). Sum of RGB (Red+Green+Blue) = 183+30+122=335 (44% of max value = 765). Red value is 183 (71.88% from 255 or 54.63% from 335); Green value is 30 (12.11% from 255 or 8.96% from 335); Blue value is 122 (48.05% from 255 or 36.42% from 335); Max value from RGB is 183 - color contains mainly: red. Hex color #B71E7A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B71E7A is #48E185. Grayscale: #565656. Windows color (decimal): -4776326 or 8003255. OLE color: 8003255.

HSL color Cylindrical-coordinate representation of color #B71E7A: hue angle of 323.92º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B71E7A is Cyan = 0, Magento = 0.84, Yellow = 0.33 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 30 122 -
CMYK 0 0.84 0.33 0.28
HSL 323.92º 0.72% 0.42% -
HSV(B) 323.92º 0.84% 0.72% -
XYZ 23.51 12.4 19.57 -
YUV 86.24 148.19 197.02 -
System Red Green Blue C M Y K H S L
Decimal 183 30 122 0 0.84 0.33 0.28 323.92 0.72 0.42
Hex B7 1E 7A 0 54 21 1C 144 48 2A
Octal 267 36 172 0 124 41 34 504 110 52
Binary 10110111 11110 1111010 0 1010100 100001 11100 101000100 1001000 101010

Color Harmonies of #B71E7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B71E7A

Black with #B71E7A

Text Example


Text Example

White with #B71E7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B71E7A; }

 p { color: rgb(183,30,122); }

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

background-color css

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

 a { background-color: rgb(183,30,122); }

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

border-color css

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

 span { border-color: rgb(183,30,122); }

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