Html Css Color HEX #B72285 Medium Red Violet

📋 copy color: '#B72285'

red 183 ◦ green 34 ◦ blue 133

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

Shades of Medium Red Violet #B72285

Tints of Medium Red Violet #B72285

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 38%

R = 52.29%
G = 9.71%
B = 38%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.27

 K value IS 0.28

RGB Variations

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

Color information

#B72285 (or 0xB72285) is known color: Medium Red Violet. HEX triplet: B7, 22 and 85. RGB value is (183,34,133). Sum of RGB (Red+Green+Blue) = 183+34+133=350 (46% of max value = 765). Red value is 183 (71.88% from 255 or 52.29% from 350); Green value is 34 (13.67% from 255 or 9.71% from 350); Blue value is 133 (52.34% from 255 or 38% from 350); Max value from RGB is 183 - color contains mainly: red. Hex color #B72285 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B72285 is #48DD7A. Grayscale: #595959. Windows color (decimal): -4775291 or 8725175. OLE color: 8725175.

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

Color convert

RGB 183 34 133 -
CMYK 0 0.81 0.27 0.28
HSL 320.13º 0.69% 0.43% -
HSV(B) 320.13º 0.81% 0.72% -
XYZ 24.33 12.9 23.4 -
YUV 89.84 152.36 194.45 -
System Red Green Blue C M Y K H S L
Decimal 183 34 133 0 0.81 0.27 0.28 320.13 0.69 0.43
Hex B7 22 85 0 51 1B 1C 140 45 2B
Octal 267 42 205 0 121 33 34 500 105 53
Binary 10110111 100010 10000101 0 1010001 11011 11100 101000000 1000101 101011

Color Harmonies of #B72285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B72285

Black with #B72285

Text Example


Text Example

White with #B72285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B72285; }

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

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

background-color css

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

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

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

border-color css

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

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

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