Html Css Color HEX #B72D9C Medium Red Violet

📋 copy color: '#B72D9C'

red 183 ◦ green 45 ◦ blue 156

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

Shades of Medium Red Violet #B72D9C

Tints of Medium Red Violet #B72D9C

RGB

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

 GREEN value IS 45 (17.97% from 255) = 11.72%

 BLUE value IS 156 (61.33% from 255) = 40.63%

R = 47.66%
G = 11.72%
B = 40.63%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.15

 K value IS 0.28

RGB Variations

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

Color information

#B72D9C (or 0xB72D9C) is known color: Medium Red Violet. HEX triplet: B7, 2D and 9C. RGB value is (183,45,156). Sum of RGB (Red+Green+Blue) = 183+45+156=384 (50% of max value = 765). Red value is 183 (71.88% from 255 or 47.66% from 384); Green value is 45 (17.97% from 255 or 11.72% from 384); Blue value is 156 (61.33% from 255 or 40.62% from 384); Max value from RGB is 183 - color contains mainly: red. Hex color #B72D9C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B72D9C is #48D263. Grayscale: #626262. Windows color (decimal): -4772452 or 10235319. OLE color: 10235319.

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

Color convert

RGB 183 45 156 -
CMYK 0 0.75 0.15 0.28
HSL 311.74º 0.61% 0.45% -
HSV(B) 311.74º 0.75% 0.72% -
XYZ 26.47 14.34 32.83 -
YUV 98.92 160.22 187.97 -
System Red Green Blue C M Y K H S L
Decimal 183 45 156 0 0.75 0.15 0.28 311.74 0.61 0.45
Hex B7 2D 9C 0 4B F 1C 138 3D 2D
Octal 267 55 234 0 113 17 34 470 75 55
Binary 10110111 101101 10011100 0 1001011 1111 11100 100111000 111101 101101

Color Harmonies of #B72D9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B72D9C

Black with #B72D9C

Text Example


Text Example

White with #B72D9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B72D9C; }

 p { color: rgb(183,45,156); }

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

background-color css

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

 a { background-color: rgb(183,45,156); }

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

border-color css

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

 span { border-color: rgb(183,45,156); }

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