Html Css Color HEX #B72380 Medium Red Violet

📋 copy color: '#B72380'

red 183 ◦ green 35 ◦ blue 128

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

Shades of Medium Red Violet #B72380

Tints of Medium Red Violet #B72380

RGB

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

 GREEN value IS 35 (14.06% from 255) = 10.12%

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

R = 52.89%
G = 10.12%
B = 36.99%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.30

 K value IS 0.28

RGB Variations

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

Color information

#B72380 (or 0xB72380) is known color: Medium Red Violet. HEX triplet: B7, 23 and 80. RGB value is (183,35,128). Sum of RGB (Red+Green+Blue) = 183+35+128=346 (45% of max value = 765). Red value is 183 (71.88% from 255 or 52.89% from 346); Green value is 35 (14.06% from 255 or 10.12% from 346); Blue value is 128 (50.39% from 255 or 36.99% from 346); Max value from RGB is 183 - color contains mainly: red. Hex color #B72380 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B72380 is #48DC7F. Grayscale: #595959. Windows color (decimal): -4775040 or 8397751. OLE color: 8397751.

HSL color Cylindrical-coordinate representation of color #B72380: hue angle of 322.3º degrees, saturation: 0.68, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B72380 is Cyan = 0, Magento = 0.81, Yellow = 0.30 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 35 128 -
CMYK 0 0.81 0.30 0.28
HSL 322.3º 0.68% 0.43% -
HSV(B) 322.3º 0.81% 0.72% -
XYZ 24.03 12.83 21.63 -
YUV 89.85 149.53 194.44 -
System Red Green Blue C M Y K H S L
Decimal 183 35 128 0 0.81 0.30 0.28 322.3 0.68 0.43
Hex B7 23 80 0 51 1E 1C 142 44 2B
Octal 267 43 200 0 121 36 34 502 104 53
Binary 10110111 100011 10000000 0 1010001 11110 11100 101000010 1000100 101011

Color Harmonies of #B72380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B72380

Black with #B72380

Text Example


Text Example

White with #B72380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B72380; }

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

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

background-color css

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

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

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

border-color css

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

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

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