Html Css Color HEX #B72C8A Medium Red Violet

📋 copy color: '#B72C8A'

red 183 ◦ green 44 ◦ blue 138

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

Shades of Medium Red Violet #B72C8A

Tints of Medium Red Violet #B72C8A

RGB

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

 GREEN value IS 44 (17.58% from 255) = 12.05%

 BLUE value IS 138 (54.3% from 255) = 37.81%

R = 50.14%
G = 12.05%
B = 37.81%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.25

 K value IS 0.28

RGB Variations

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

Color information

#B72C8A (or 0xB72C8A) is known color: Medium Red Violet. HEX triplet: B7, 2C and 8A. RGB value is (183,44,138). Sum of RGB (Red+Green+Blue) = 183+44+138=365 (48% of max value = 765). Red value is 183 (71.88% from 255 or 50.14% from 365); Green value is 44 (17.58% from 255 or 12.05% from 365); Blue value is 138 (54.30% from 255 or 37.81% from 365); Max value from RGB is 183 - color contains mainly: red. Hex color #B72C8A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B72C8A is #48D375. Grayscale: #606060. Windows color (decimal): -4772726 or 9055415. OLE color: 9055415.

HSL color Cylindrical-coordinate representation of color #B72C8A: hue angle of 319.42º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B72C8A is Cyan = 0, Magento = 0.76, Yellow = 0.25 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 44 138 -
CMYK 0 0.76 0.25 0.28
HSL 319.42º 0.61% 0.45% -
HSV(B) 319.42º 0.76% 0.72% -
XYZ 25.02 13.7 25.37 -
YUV 96.28 151.55 189.86 -
System Red Green Blue C M Y K H S L
Decimal 183 44 138 0 0.76 0.25 0.28 319.42 0.61 0.45
Hex B7 2C 8A 0 4C 19 1C 13F 3D 2D
Octal 267 54 212 0 114 31 34 477 75 55
Binary 10110111 101100 10001010 0 1001100 11001 11100 100111111 111101 101101

Color Harmonies of #B72C8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B72C8A

Black with #B72C8A

Text Example


Text Example

White with #B72C8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B72C8A; }

 p { color: rgb(183,44,138); }

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

background-color css

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

 a { background-color: rgb(183,44,138); }

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

border-color css

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

 span { border-color: rgb(183,44,138); }

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