Html Css Color HEX #B72CA2 Medium Red Violet

📋 copy color: '#B72CA2'

red 183 ◦ green 44 ◦ blue 162

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

Shades of Medium Red Violet #B72CA2

Tints of Medium Red Violet #B72CA2

RGB

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

 GREEN value IS 44 (17.58% from 255) = 11.31%

 BLUE value IS 162 (63.67% from 255) = 41.65%

R = 47.04%
G = 11.31%
B = 41.65%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.11

 K value IS 0.28

RGB Variations

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

Color information

#B72CA2 (or 0xB72CA2) is known color: Medium Red Violet. HEX triplet: B7, 2C and A2. RGB value is (183,44,162). Sum of RGB (Red+Green+Blue) = 183+44+162=389 (51% of max value = 765). Red value is 183 (71.88% from 255 or 47.04% from 389); Green value is 44 (17.58% from 255 or 11.31% from 389); Blue value is 162 (63.67% from 255 or 41.65% from 389); Max value from RGB is 183 - color contains mainly: red. Hex color #B72CA2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B72CA2 is #48D35D. Grayscale: #626262. Windows color (decimal): -4772702 or 10628279. OLE color: 10628279.

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

Color convert

RGB 183 44 162 -
CMYK 0 0.76 0.11 0.28
HSL 309.06º 0.61% 0.45% -
HSV(B) 309.06º 0.76% 0.72% -
XYZ 26.95 14.48 35.56 -
YUV 99.01 163.55 187.91 -
System Red Green Blue C M Y K H S L
Decimal 183 44 162 0 0.76 0.11 0.28 309.06 0.61 0.45
Hex B7 2C A2 0 4C B 1C 135 3D 2D
Octal 267 54 242 0 114 13 34 465 75 55
Binary 10110111 101100 10100010 0 1001100 1011 11100 100110101 111101 101101

Color Harmonies of #B72CA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B72CA2

Black with #B72CA2

Text Example


Text Example

White with #B72CA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B72CA2; }

 p { color: rgb(183,44,162); }

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

background-color css

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

 a { background-color: rgb(183,44,162); }

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

border-color css

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

 span { border-color: rgb(183,44,162); }

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