Html Css Color HEX #B72B7A Medium Red Violet

📋 copy color: '#B72B7A'

red 183 ◦ green 43 ◦ blue 122

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

Shades of Medium Red Violet #B72B7A

Tints of Medium Red Violet #B72B7A

RGB

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

 GREEN value IS 43 (17.19% from 255) = 12.36%

 BLUE value IS 122 (48.05% from 255) = 35.06%

R = 52.59%
G = 12.36%
B = 35.06%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.33

 K value IS 0.28

RGB Variations

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

Color information

#B72B7A (or 0xB72B7A) is known color: Medium Red Violet. HEX triplet: B7, 2B and 7A. RGB value is (183,43,122). Sum of RGB (Red+Green+Blue) = 183+43+122=348 (46% of max value = 765). Red value is 183 (71.88% from 255 or 52.59% from 348); Green value is 43 (17.19% from 255 or 12.36% from 348); Blue value is 122 (48.05% from 255 or 35.06% from 348); Max value from RGB is 183 - color contains mainly: red. Hex color #B72B7A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B72B7A is #48D485. Grayscale: #5D5D5D. Windows color (decimal): -4772998 or 8006583. OLE color: 8006583.

HSL color Cylindrical-coordinate representation of color #B72B7A: hue angle of 326.14º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B72B7A is Cyan = 0, Magento = 0.77, Yellow = 0.33 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 43 122 -
CMYK 0 0.77 0.33 0.28
HSL 326.14º 0.62% 0.44% -
HSV(B) 326.14º 0.77% 0.72% -
XYZ 23.91 13.2 19.7 -
YUV 93.87 143.88 191.58 -
System Red Green Blue C M Y K H S L
Decimal 183 43 122 0 0.77 0.33 0.28 326.14 0.62 0.44
Hex B7 2B 7A 0 4D 21 1C 146 3E 2C
Octal 267 53 172 0 115 41 34 506 76 54
Binary 10110111 101011 1111010 0 1001101 100001 11100 101000110 111110 101100

Color Harmonies of #B72B7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B72B7A

Black with #B72B7A

Text Example


Text Example

White with #B72B7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B72B7A; }

 p { color: rgb(183,43,122); }

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

background-color css

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

 a { background-color: rgb(183,43,122); }

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

border-color css

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

 span { border-color: rgb(183,43,122); }

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