Html Css Color HEX #B72082 Medium Violet Red

📋 copy color: '#B72082'

red 183 ◦ green 32 ◦ blue 130

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

Shades of Medium Violet Red #B72082

Tints of Medium Violet Red #B72082

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.28%

 BLUE value IS 130 (51.17% from 255) = 37.68%

R = 53.04%
G = 9.28%
B = 37.68%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.29

 K value IS 0.28

RGB Variations

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

Color information

#B72082 (or 0xB72082) is known color: Medium Violet Red. HEX triplet: B7, 20 and 82. RGB value is (183,32,130). Sum of RGB (Red+Green+Blue) = 183+32+130=345 (45% of max value = 765). Red value is 183 (71.88% from 255 or 53.04% from 345); Green value is 32 (12.89% from 255 or 9.28% from 345); Blue value is 130 (51.17% from 255 or 37.68% from 345); Max value from RGB is 183 - color contains mainly: red. Hex color #B72082 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B72082 is #48DF7D. Grayscale: #585858. Windows color (decimal): -4775806 or 8528055. OLE color: 8528055.

HSL color Cylindrical-coordinate representation of color #B72082: hue angle of 321.06º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B72082 is Cyan = 0, Magento = 0.83, Yellow = 0.29 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 32 130 -
CMYK 0 0.83 0.29 0.28
HSL 321.06º 0.7% 0.42% -
HSV(B) 321.06º 0.83% 0.72% -
XYZ 24.07 12.71 22.3 -
YUV 88.32 151.53 195.53 -
System Red Green Blue C M Y K H S L
Decimal 183 32 130 0 0.83 0.29 0.28 321.06 0.7 0.42
Hex B7 20 82 0 53 1D 1C 141 46 2A
Octal 267 40 202 0 123 35 34 501 106 52
Binary 10110111 100000 10000010 0 1010011 11101 11100 101000001 1000110 101010

Color Harmonies of #B72082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B72082

Black with #B72082

Text Example


Text Example

White with #B72082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B72082; }

 p { color: rgb(183,32,130); }

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

background-color css

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

 a { background-color: rgb(183,32,130); }

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

border-color css

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

 span { border-color: rgb(183,32,130); }

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