Html Css Color HEX #B72B7B Medium Red Violet

📋 copy color: '#B72B7B'

red 183 ◦ green 43 ◦ blue 123

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

Shades of Medium Red Violet #B72B7B

Tints of Medium Red Violet #B72B7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 35.24%

R = 52.44%
G = 12.32%
B = 35.24%

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

#B72B7B (or 0xB72B7B) is known color: Medium Red Violet. HEX triplet: B7, 2B and 7B. RGB value is (183,43,123). Sum of RGB (Red+Green+Blue) = 183+43+123=349 (46% of max value = 765). Red value is 183 (71.88% from 255 or 52.44% from 349); Green value is 43 (17.19% from 255 or 12.32% from 349); Blue value is 123 (48.44% from 255 or 35.24% from 349); Max value from RGB is 183 - color contains mainly: red. Hex color #B72B7B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B72B7B is #48D484. Grayscale: #5D5D5D. Windows color (decimal): -4772997 or 8072119. OLE color: 8072119.

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

Color convert

RGB 183 43 123 -
CMYK 0 0.77 0.33 0.28
HSL 325.71º 0.62% 0.44% -
HSV(B) 325.71º 0.77% 0.72% -
XYZ 23.97 13.23 20.03 -
YUV 93.98 144.38 191.5 -
System Red Green Blue C M Y K H S L
Decimal 183 43 123 0 0.77 0.33 0.28 325.71 0.62 0.44
Hex B7 2B 7B 0 4D 21 1C 146 3E 2C
Octal 267 53 173 0 115 41 34 506 76 54
Binary 10110111 101011 1111011 0 1001101 100001 11100 101000110 111110 101100

Color Harmonies of #B72B7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B72B7B

Black with #B72B7B

Text Example


Text Example

White with #B72B7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B72B7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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