Html Css Color HEX #B71388 Medium Violet Red

📋 copy color: '#B71388'

red 183 ◦ green 19 ◦ blue 136

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

Shades of Medium Violet Red #B71388

Tints of Medium Violet Red #B71388

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 40.24%

R = 54.14%
G = 5.62%
B = 40.24%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.26

 K value IS 0.28

RGB Variations

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

Color information

#B71388 (or 0xB71388) is known color: Medium Violet Red. HEX triplet: B7, 13 and 88. RGB value is (183,19,136). Sum of RGB (Red+Green+Blue) = 183+19+136=338 (44% of max value = 765). Red value is 183 (71.88% from 255 or 54.14% from 338); Green value is 19 (7.81% from 255 or 5.62% from 338); Blue value is 136 (53.52% from 255 or 40.24% from 338); Max value from RGB is 183 - color contains mainly: red. Hex color #B71388 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B71388 is #48EC77. Grayscale: #515151. Windows color (decimal): -4779128 or 8917943. OLE color: 8917943.

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

Color convert

RGB 183 19 136 -
CMYK 0 0.90 0.26 0.28
HSL 317.2º 0.81% 0.4% -
HSV(B) 317.2º 0.9% 0.72% -
XYZ 24.21 12.31 24.39 -
YUV 81.37 158.83 200.49 -
System Red Green Blue C M Y K H S L
Decimal 183 19 136 0 0.90 0.26 0.28 317.2 0.81 0.4
Hex B7 13 88 0 5A 1A 1C 13D 51 28
Octal 267 23 210 0 132 32 34 475 121 50
Binary 10110111 10011 10001000 0 1011010 11010 11100 100111101 1010001 101000

Color Harmonies of #B71388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B71388

Black with #B71388

Text Example


Text Example

White with #B71388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B71388; }

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

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

background-color css

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

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

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

border-color css

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

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

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