Html Css Color HEX #B72278 Medium Red Violet

📋 copy color: '#B72278'

red 183 ◦ green 34 ◦ blue 120

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

Shades of Medium Red Violet #B72278

Tints of Medium Red Violet #B72278

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 35.61%

R = 54.3%
G = 10.09%
B = 35.61%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.34

 K value IS 0.28

RGB Variations

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

Color information

#B72278 (or 0xB72278) is known color: Medium Red Violet. HEX triplet: B7, 22 and 78. RGB value is (183,34,120). Sum of RGB (Red+Green+Blue) = 183+34+120=337 (44% of max value = 765). Red value is 183 (71.88% from 255 or 54.30% from 337); Green value is 34 (13.67% from 255 or 10.09% from 337); Blue value is 120 (47.27% from 255 or 35.61% from 337); Max value from RGB is 183 - color contains mainly: red. Hex color #B72278 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B72278 is #48DD87. Grayscale: #585858. Windows color (decimal): -4775304 or 7873207. OLE color: 7873207.

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

Color convert

RGB 183 34 120 -
CMYK 0 0.81 0.34 0.28
HSL 325.37º 0.69% 0.43% -
HSV(B) 325.37º 0.81% 0.72% -
XYZ 23.49 12.57 18.96 -
YUV 88.36 145.86 195.51 -
System Red Green Blue C M Y K H S L
Decimal 183 34 120 0 0.81 0.34 0.28 325.37 0.69 0.43
Hex B7 22 78 0 51 22 1C 145 45 2B
Octal 267 42 170 0 121 42 34 505 105 53
Binary 10110111 100010 1111000 0 1010001 100010 11100 101000101 1000101 101011

Color Harmonies of #B72278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B72278

Black with #B72278

Text Example


Text Example

White with #B72278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B72278; }

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

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

background-color css

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

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

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

border-color css

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

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

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