Html Css Color HEX #B72287 Medium Red Violet

📋 copy color: '#B72287'

red 183 ◦ green 34 ◦ blue 135

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

Shades of Medium Red Violet #B72287

Tints of Medium Red Violet #B72287

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 38.35%

R = 51.99%
G = 9.66%
B = 38.35%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.26

 K value IS 0.28

RGB Variations

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

Color information

#B72287 (or 0xB72287) is known color: Medium Red Violet. HEX triplet: B7, 22 and 87. RGB value is (183,34,135). Sum of RGB (Red+Green+Blue) = 183+34+135=352 (46% of max value = 765). Red value is 183 (71.88% from 255 or 51.99% from 352); Green value is 34 (13.67% from 255 or 9.66% from 352); Blue value is 135 (53.12% from 255 or 38.35% from 352); Max value from RGB is 183 - color contains mainly: red. Hex color #B72287 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B72287 is #48DD78. Grayscale: #595959. Windows color (decimal): -4775289 or 8856247. OLE color: 8856247.

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

Color convert

RGB 183 34 135 -
CMYK 0 0.81 0.26 0.28
HSL 319.33º 0.69% 0.43% -
HSV(B) 319.33º 0.81% 0.72% -
XYZ 24.47 12.96 24.13 -
YUV 90.07 153.36 194.29 -
System Red Green Blue C M Y K H S L
Decimal 183 34 135 0 0.81 0.26 0.28 319.33 0.69 0.43
Hex B7 22 87 0 51 1A 1C 13F 45 2B
Octal 267 42 207 0 121 32 34 477 105 53
Binary 10110111 100010 10000111 0 1010001 11010 11100 100111111 1000101 101011

Color Harmonies of #B72287

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B72287

Black with #B72287

Text Example


Text Example

White with #B72287

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B72287; }

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

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

background-color css

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

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

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

border-color css

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

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

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