Html Css Color HEX #B71BA4 Medium Violet Red

📋 copy color: '#B71BA4'

red 183 ◦ green 27 ◦ blue 164

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

Shades of Medium Violet Red #B71BA4

Tints of Medium Violet Red #B71BA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 43.85%

R = 48.93%
G = 7.22%
B = 43.85%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.10

 K value IS 0.28

RGB Variations

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

Color information

#B71BA4 (or 0xB71BA4) is known color: Medium Violet Red. HEX triplet: B7, 1B and A4. RGB value is (183,27,164). Sum of RGB (Red+Green+Blue) = 183+27+164=374 (49% of max value = 765). Red value is 183 (71.88% from 255 or 48.93% from 374); Green value is 27 (10.94% from 255 or 7.22% from 374); Blue value is 164 (64.45% from 255 or 43.85% from 374); Max value from RGB is 183 - color contains mainly: red. Hex color #B71BA4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B71BA4 is #48E45B. Grayscale: #585858. Windows color (decimal): -4777052 or 10754999. OLE color: 10754999.

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

Color convert

RGB 183 27 164 -
CMYK 0 0.85 0.10 0.28
HSL 307.31º 0.74% 0.41% -
HSV(B) 307.31º 0.85% 0.72% -
XYZ 26.62 13.53 36.33 -
YUV 89.26 170.18 194.86 -
System Red Green Blue C M Y K H S L
Decimal 183 27 164 0 0.85 0.10 0.28 307.31 0.74 0.41
Hex B7 1B A4 0 55 A 1C 133 4A 29
Octal 267 33 244 0 125 12 34 463 112 51
Binary 10110111 11011 10100100 0 1010101 1010 11100 100110011 1001010 101001

Color Harmonies of #B71BA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B71BA4

Black with #B71BA4

Text Example


Text Example

White with #B71BA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B71BA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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