Html Css Color HEX #B721AA Medium Violet Red

📋 copy color: '#B721AA'

red 183 ◦ green 33 ◦ blue 170

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

Shades of Medium Violet Red #B721AA

Tints of Medium Violet Red #B721AA

RGB

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

 GREEN value IS 33 (13.28% from 255) = 8.55%

 BLUE value IS 170 (66.8% from 255) = 44.04%

R = 47.41%
G = 8.55%
B = 44.04%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.07

 K value IS 0.28

RGB Variations

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

Color information

#B721AA (or 0xB721AA) is known color: Medium Violet Red. HEX triplet: B7, 21 and AA. RGB value is (183,33,170). Sum of RGB (Red+Green+Blue) = 183+33+170=386 (51% of max value = 765). Red value is 183 (71.88% from 255 or 47.41% from 386); Green value is 33 (13.28% from 255 or 8.55% from 386); Blue value is 170 (66.80% from 255 or 44.04% from 386); Max value from RGB is 183 - color contains mainly: red. Hex color #B721AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B721AA is #48DE55. Grayscale: #5D5D5D. Windows color (decimal): -4775510 or 11149751. OLE color: 11149751.

HSL color Cylindrical-coordinate representation of color #B721AA: hue angle of 305.2º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B721AA is Cyan = 0, Magento = 0.82, Yellow = 0.07 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 33 170 -
CMYK 0 0.82 0.07 0.28
HSL 305.2º 0.69% 0.42% -
HSV(B) 305.2º 0.82% 0.72% -
XYZ 27.33 14.06 39.3 -
YUV 93.47 171.2 191.86 -
System Red Green Blue C M Y K H S L
Decimal 183 33 170 0 0.82 0.07 0.28 305.2 0.69 0.42
Hex B7 21 AA 0 52 7 1C 131 45 2A
Octal 267 41 252 0 122 7 34 461 105 52
Binary 10110111 100001 10101010 0 1010010 111 11100 100110001 1000101 101010

Color Harmonies of #B721AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B721AA

Black with #B721AA

Text Example


Text Example

White with #B721AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B721AA; }

 p { color: rgb(183,33,170); }

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

background-color css

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

 a { background-color: rgb(183,33,170); }

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

border-color css

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

 span { border-color: rgb(183,33,170); }

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