Html Css Color HEX #B72BA6 Medium Red Violet

📋 copy color: '#B72BA6'

red 183 ◦ green 43 ◦ blue 166

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

Shades of Medium Red Violet #B72BA6

Tints of Medium Red Violet #B72BA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 42.35%

R = 46.68%
G = 10.97%
B = 42.35%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.09

 K value IS 0.28

RGB Variations

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

Color information

#B72BA6 (or 0xB72BA6) is known color: Medium Red Violet. HEX triplet: B7, 2B and A6. RGB value is (183,43,166). Sum of RGB (Red+Green+Blue) = 183+43+166=392 (51% of max value = 765). Red value is 183 (71.88% from 255 or 46.68% from 392); Green value is 43 (17.19% from 255 or 10.97% from 392); Blue value is 166 (65.23% from 255 or 42.35% from 392); Max value from RGB is 183 - color contains mainly: red. Hex color #B72BA6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B72BA6 is #48D459. Grayscale: #626262. Windows color (decimal): -4772954 or 10890167. OLE color: 10890167.

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

Color convert

RGB 183 43 166 -
CMYK 0 0.77 0.09 0.28
HSL 307.29º 0.62% 0.44% -
HSV(B) 307.29º 0.77% 0.72% -
XYZ 27.28 14.55 37.45 -
YUV 98.88 165.88 188 -
System Red Green Blue C M Y K H S L
Decimal 183 43 166 0 0.77 0.09 0.28 307.29 0.62 0.44
Hex B7 2B A6 0 4D 9 1C 133 3E 2C
Octal 267 53 246 0 115 11 34 463 76 54
Binary 10110111 101011 10100110 0 1001101 1001 11100 100110011 111110 101100

Color Harmonies of #B72BA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B72BA6

Black with #B72BA6

Text Example


Text Example

White with #B72BA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B72BA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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