Html Css Color HEX #B721A6 Medium Violet Red

📋 copy color: '#B721A6'

red 183 ◦ green 33 ◦ blue 166

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

Shades of Medium Violet Red #B721A6

Tints of Medium Violet Red #B721A6

RGB

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

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

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

R = 47.91%
G = 8.64%
B = 43.46%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.09

 K value IS 0.28

RGB Variations

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

Color information

#B721A6 (or 0xB721A6) is known color: Medium Violet Red. HEX triplet: B7, 21 and A6. RGB value is (183,33,166). Sum of RGB (Red+Green+Blue) = 183+33+166=382 (50% of max value = 765). Red value is 183 (71.88% from 255 or 47.91% from 382); Green value is 33 (13.28% from 255 or 8.64% from 382); Blue value is 166 (65.23% from 255 or 43.46% from 382); Max value from RGB is 183 - color contains mainly: red. Hex color #B721A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B721A6 is #48DE59. Grayscale: #5C5C5C. Windows color (decimal): -4775514 or 10887607. OLE color: 10887607.

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

Color convert

RGB 183 33 166 -
CMYK 0 0.82 0.09 0.28
HSL 306.8º 0.69% 0.42% -
HSV(B) 306.8º 0.82% 0.72% -
XYZ 26.96 13.91 37.34 -
YUV 93.01 169.2 192.19 -
System Red Green Blue C M Y K H S L
Decimal 183 33 166 0 0.82 0.09 0.28 306.8 0.69 0.42
Hex B7 21 A6 0 52 9 1C 133 45 2A
Octal 267 41 246 0 122 11 34 463 105 52
Binary 10110111 100001 10100110 0 1010010 1001 11100 100110011 1000101 101010

Color Harmonies of #B721A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B721A6

Black with #B721A6

Text Example


Text Example

White with #B721A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B721A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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