Html Css Color HEX #B71384 Medium Violet Red

📋 copy color: '#B71384'

red 183 ◦ green 19 ◦ blue 132

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

Shades of Medium Violet Red #B71384

Tints of Medium Violet Red #B71384

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.69%

 BLUE value IS 132 (51.95% from 255) = 39.52%

R = 54.79%
G = 5.69%
B = 39.52%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.28

 K value IS 0.28

RGB Variations

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

Color information

#B71384 (or 0xB71384) is known color: Medium Violet Red. HEX triplet: B7, 13 and 84. RGB value is (183,19,132). Sum of RGB (Red+Green+Blue) = 183+19+132=334 (44% of max value = 765). Red value is 183 (71.88% from 255 or 54.79% from 334); Green value is 19 (7.81% from 255 or 5.69% from 334); Blue value is 132 (51.95% from 255 or 39.52% from 334); Max value from RGB is 183 - color contains mainly: red. Hex color #B71384 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B71384 is #48EC7B. Grayscale: #505050. Windows color (decimal): -4779132 or 8655799. OLE color: 8655799.

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

Color convert

RGB 183 19 132 -
CMYK 0 0.90 0.28 0.28
HSL 318.66º 0.81% 0.4% -
HSV(B) 318.66º 0.9% 0.72% -
XYZ 23.93 12.2 22.92 -
YUV 80.92 156.83 200.81 -
System Red Green Blue C M Y K H S L
Decimal 183 19 132 0 0.90 0.28 0.28 318.66 0.81 0.4
Hex B7 13 84 0 5A 1C 1C 13F 51 28
Octal 267 23 204 0 132 34 34 477 121 50
Binary 10110111 10011 10000100 0 1011010 11100 11100 100111111 1010001 101000

Color Harmonies of #B71384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B71384

Black with #B71384

Text Example


Text Example

White with #B71384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B71384; }

 p { color: rgb(183,19,132); }

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

background-color css

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

 a { background-color: rgb(183,19,132); }

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

border-color css

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

 span { border-color: rgb(183,19,132); }

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