Html Css Color HEX #B71280 Medium Violet Red

📋 copy color: '#B71280'

red 183 ◦ green 18 ◦ blue 128

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

Shades of Medium Violet Red #B71280

Tints of Medium Violet Red #B71280

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.47%

 BLUE value IS 128 (50.39% from 255) = 38.91%

R = 55.62%
G = 5.47%
B = 38.91%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.30

 K value IS 0.28

RGB Variations

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

Color information

#B71280 (or 0xB71280) is known color: Medium Violet Red. HEX triplet: B7, 12 and 80. RGB value is (183,18,128). Sum of RGB (Red+Green+Blue) = 183+18+128=329 (43% of max value = 765). Red value is 183 (71.88% from 255 or 55.62% from 329); Green value is 18 (7.42% from 255 or 5.47% from 329); Blue value is 128 (50.39% from 255 or 38.91% from 329); Max value from RGB is 183 - color contains mainly: red. Hex color #B71280 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B71280 is #48ED7F. Grayscale: #4F4F4F. Windows color (decimal): -4779392 or 8393399. OLE color: 8393399.

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

Color convert

RGB 183 18 128 -
CMYK 0 0.90 0.30 0.28
HSL 320º 0.82% 0.39% -
HSV(B) 320º 0.9% 0.72% -
XYZ 23.64 12.06 21.5 -
YUV 79.88 155.16 201.56 -
System Red Green Blue C M Y K H S L
Decimal 183 18 128 0 0.90 0.30 0.28 320 0.82 0.39
Hex B7 12 80 0 5A 1E 1C 140 52 27
Octal 267 22 200 0 132 36 34 500 122 47
Binary 10110111 10010 10000000 0 1011010 11110 11100 101000000 1010010 100111

Color Harmonies of #B71280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B71280

Black with #B71280

Text Example


Text Example

White with #B71280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B71280; }

 p { color: rgb(183,18,128); }

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

background-color css

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

 a { background-color: rgb(183,18,128); }

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

border-color css

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

 span { border-color: rgb(183,18,128); }

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