Html Css Color HEX #B72282 Medium Red Violet

📋 copy color: '#B72282'

red 183 ◦ green 34 ◦ blue 130

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

Shades of Medium Red Violet #B72282

Tints of Medium Red Violet #B72282

RGB

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

 GREEN value IS 34 (13.67% from 255) = 9.8%

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

R = 52.74%
G = 9.8%
B = 37.46%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.29

 K value IS 0.28

RGB Variations

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

Color information

#B72282 (or 0xB72282) is known color: Medium Red Violet. HEX triplet: B7, 22 and 82. RGB value is (183,34,130). Sum of RGB (Red+Green+Blue) = 183+34+130=347 (45% of max value = 765). Red value is 183 (71.88% from 255 or 52.74% from 347); Green value is 34 (13.67% from 255 or 9.80% from 347); Blue value is 130 (51.17% from 255 or 37.46% from 347); Max value from RGB is 183 - color contains mainly: red. Hex color #B72282 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B72282 is #48DD7D. Grayscale: #595959. Windows color (decimal): -4775294 or 8528567. OLE color: 8528567.

HSL color Cylindrical-coordinate representation of color #B72282: hue angle of 321.34º degrees, saturation: 0.69, 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 #B72282 is Cyan = 0, Magento = 0.81, Yellow = 0.29 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 34 130 -
CMYK 0 0.81 0.29 0.28
HSL 321.34º 0.69% 0.43% -
HSV(B) 321.34º 0.81% 0.72% -
XYZ 24.13 12.82 22.32 -
YUV 89.5 150.86 194.69 -
System Red Green Blue C M Y K H S L
Decimal 183 34 130 0 0.81 0.29 0.28 321.34 0.69 0.43
Hex B7 22 82 0 51 1D 1C 141 45 2B
Octal 267 42 202 0 121 35 34 501 105 53
Binary 10110111 100010 10000010 0 1010001 11101 11100 101000001 1000101 101011

Color Harmonies of #B72282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B72282

Black with #B72282

Text Example


Text Example

White with #B72282

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B72282; }

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

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

background-color css

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

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

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

border-color css

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

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

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