Html Css Color HEX #B71885 Medium Violet Red

📋 copy color: '#B71885'

red 183 ◦ green 24 ◦ blue 133

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

Shades of Medium Violet Red #B71885

Tints of Medium Violet Red #B71885

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.06%

 BLUE value IS 133 (52.34% from 255) = 39.12%

R = 53.82%
G = 7.06%
B = 39.12%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.27

 K value IS 0.28

RGB Variations

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

Color information

#B71885 (or 0xB71885) is known color: Medium Violet Red. HEX triplet: B7, 18 and 85. RGB value is (183,24,133). Sum of RGB (Red+Green+Blue) = 183+24+133=340 (45% of max value = 765). Red value is 183 (71.88% from 255 or 53.82% from 340); Green value is 24 (9.77% from 255 or 7.06% from 340); Blue value is 133 (52.34% from 255 or 39.12% from 340); Max value from RGB is 183 - color contains mainly: red. Hex color #B71885 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B71885 is #48E77A. Grayscale: #535353. Windows color (decimal): -4777851 or 8722615. OLE color: 8722615.

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

Color convert

RGB 183 24 133 -
CMYK 0 0.87 0.27 0.28
HSL 318.87º 0.77% 0.41% -
HSV(B) 318.87º 0.87% 0.72% -
XYZ 24.09 12.41 23.32 -
YUV 83.97 155.68 198.64 -
System Red Green Blue C M Y K H S L
Decimal 183 24 133 0 0.87 0.27 0.28 318.87 0.77 0.41
Hex B7 18 85 0 57 1B 1C 13F 4D 29
Octal 267 30 205 0 127 33 34 477 115 51
Binary 10110111 11000 10000101 0 1010111 11011 11100 100111111 1001101 101001

Color Harmonies of #B71885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B71885

Black with #B71885

Text Example


Text Example

White with #B71885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B71885; }

 p { color: rgb(183,24,133); }

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

background-color css

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

 a { background-color: rgb(183,24,133); }

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

border-color css

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

 span { border-color: rgb(183,24,133); }

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