Html Css Color HEX #B71BA1 Medium Violet Red

📋 copy color: '#B71BA1'

red 183 ◦ green 27 ◦ blue 161

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

Shades of Medium Violet Red #B71BA1

Tints of Medium Violet Red #B71BA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 43.4%

R = 49.33%
G = 7.28%
B = 43.4%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.12

 K value IS 0.28

RGB Variations

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

Color information

#B71BA1 (or 0xB71BA1) is known color: Medium Violet Red. HEX triplet: B7, 1B and A1. RGB value is (183,27,161). Sum of RGB (Red+Green+Blue) = 183+27+161=371 (49% of max value = 765). Red value is 183 (71.88% from 255 or 49.33% from 371); Green value is 27 (10.94% from 255 or 7.28% from 371); Blue value is 161 (63.28% from 255 or 43.40% from 371); Max value from RGB is 183 - color contains mainly: red. Hex color #B71BA1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B71BA1 is #48E45E. Grayscale: #585858. Windows color (decimal): -4777055 or 10558391. OLE color: 10558391.

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

Color convert

RGB 183 27 161 -
CMYK 0 0.85 0.12 0.28
HSL 308.46º 0.74% 0.41% -
HSV(B) 308.46º 0.85% 0.72% -
XYZ 26.35 13.42 34.92 -
YUV 88.92 168.68 195.1 -
System Red Green Blue C M Y K H S L
Decimal 183 27 161 0 0.85 0.12 0.28 308.46 0.74 0.41
Hex B7 1B A1 0 55 C 1C 134 4A 29
Octal 267 33 241 0 125 14 34 464 112 51
Binary 10110111 11011 10100001 0 1010101 1100 11100 100110100 1001010 101001

Color Harmonies of #B71BA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B71BA1

Black with #B71BA1

Text Example


Text Example

White with #B71BA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B71BA1; }

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

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

background-color css

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

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

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

border-color css

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

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

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