Html Css Color HEX #B73680 Medium Red Violet

📋 copy color: '#B73680'

red 183 ◦ green 54 ◦ blue 128

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

Shades of Medium Red Violet #B73680

Tints of Medium Red Violet #B73680

RGB

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

 GREEN value IS 54 (21.48% from 255) = 14.79%

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

R = 50.14%
G = 14.79%
B = 35.07%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.30

 K value IS 0.28

RGB Variations

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

Color information

#B73680 (or 0xB73680) is known color: Medium Red Violet. HEX triplet: B7, 36 and 80. RGB value is (183,54,128). Sum of RGB (Red+Green+Blue) = 183+54+128=365 (48% of max value = 765). Red value is 183 (71.88% from 255 or 50.14% from 365); Green value is 54 (21.48% from 255 or 14.79% from 365); Blue value is 128 (50.39% from 255 or 35.07% from 365); Max value from RGB is 183 - color contains mainly: red. Hex color #B73680 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B73680 is #48C97F. Grayscale: #646464. Windows color (decimal): -4770176 or 8402615. OLE color: 8402615.

HSL color Cylindrical-coordinate representation of color #B73680: hue angle of 325.58º degrees, saturation: 0.54, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B73680 is Cyan = 0, Magento = 0.70, Yellow = 0.30 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 54 128 -
CMYK 0 0.70 0.30 0.28
HSL 325.58º 0.54% 0.46% -
HSV(B) 325.58º 0.7% 0.72% -
XYZ 24.74 14.26 21.87 -
YUV 101.01 143.24 186.48 -
System Red Green Blue C M Y K H S L
Decimal 183 54 128 0 0.70 0.30 0.28 325.58 0.54 0.46
Hex B7 36 80 0 46 1E 1C 146 36 2E
Octal 267 66 200 0 106 36 34 506 66 56
Binary 10110111 110110 10000000 0 1000110 11110 11100 101000110 110110 101110

Color Harmonies of #B73680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B73680

Black with #B73680

Text Example


Text Example

White with #B73680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B73680; }

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

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

background-color css

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

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

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

border-color css

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

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

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