Html Css Color HEX #B721A2 Medium Violet Red

📋 copy color: '#B721A2'

red 183 ◦ green 33 ◦ blue 162

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

Shades of Medium Violet Red #B721A2

Tints of Medium Violet Red #B721A2

RGB

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

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

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

R = 48.41%
G = 8.73%
B = 42.86%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.11

 K value IS 0.28

RGB Variations

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

Color information

#B721A2 (or 0xB721A2) is known color: Medium Violet Red. HEX triplet: B7, 21 and A2. RGB value is (183,33,162). Sum of RGB (Red+Green+Blue) = 183+33+162=378 (50% of max value = 765). Red value is 183 (71.88% from 255 or 48.41% from 378); Green value is 33 (13.28% from 255 or 8.73% from 378); Blue value is 162 (63.67% from 255 or 42.86% from 378); Max value from RGB is 183 - color contains mainly: red. Hex color #B721A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B721A2 is #48DE5D. Grayscale: #5C5C5C. Windows color (decimal): -4775518 or 10625463. OLE color: 10625463.

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

Color convert

RGB 183 33 162 -
CMYK 0 0.82 0.11 0.28
HSL 308.4º 0.69% 0.42% -
HSV(B) 308.4º 0.82% 0.72% -
XYZ 26.59 13.76 35.44 -
YUV 92.56 167.2 192.51 -
System Red Green Blue C M Y K H S L
Decimal 183 33 162 0 0.82 0.11 0.28 308.4 0.69 0.42
Hex B7 21 A2 0 52 B 1C 134 45 2A
Octal 267 41 242 0 122 13 34 464 105 52
Binary 10110111 100001 10100010 0 1010010 1011 11100 100110100 1000101 101010

Color Harmonies of #B721A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B721A2

Black with #B721A2

Text Example


Text Example

White with #B721A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B721A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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