Html Css Color HEX #B816A2 Medium Violet Red

📋 copy color: '#B816A2'

red 184 ◦ green 22 ◦ blue 162

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

Shades of Medium Violet Red #B816A2

Tints of Medium Violet Red #B816A2

RGB

 RED value IS 184 (72.27% from 255) = 50%

 GREEN value IS 22 (8.98% from 255) = 5.98%

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

R = 50%
G = 5.98%
B = 44.02%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.12

 K value IS 0.28

RGB Variations

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

Color information

#B816A2 (or 0xB816A2) is known color: Medium Violet Red. HEX triplet: B8, 16 and A2. RGB value is (184,22,162). Sum of RGB (Red+Green+Blue) = 184+22+162=368 (48% of max value = 765). Red value is 184 (72.27% from 255 or 50% from 368); Green value is 22 (8.98% from 255 or 5.98% from 368); Blue value is 162 (63.67% from 255 or 44.02% from 368); Max value from RGB is 184 - color contains mainly: red. Hex color #B816A2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B816A2 is #47E95D. Grayscale: #565656. Windows color (decimal): -4712798 or 10622648. OLE color: 10622648.

HSL color Cylindrical-coordinate representation of color #B816A2: hue angle of 308.15º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B816A2 is Cyan = 0, Magento = 0.88, Yellow = 0.12 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 22 162 -
CMYK 0 0.88 0.12 0.28
HSL 308.15º 0.79% 0.4% -
HSV(B) 308.15º 0.88% 0.72% -
XYZ 26.58 13.37 35.36 -
YUV 86.4 170.67 197.62 -
System Red Green Blue C M Y K H S L
Decimal 184 22 162 0 0.88 0.12 0.28 308.15 0.79 0.4
Hex B8 16 A2 0 58 C 1C 134 4F 28
Octal 270 26 242 0 130 14 34 464 117 50
Binary 10111000 10110 10100010 0 1011000 1100 11100 100110100 1001111 101000

Color Harmonies of #B816A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B816A2

Black with #B816A2

Text Example


Text Example

White with #B816A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B816A2; }

 p { color: rgb(184,22,162); }

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

background-color css

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

 a { background-color: rgb(184,22,162); }

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

border-color css

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

 span { border-color: rgb(184,22,162); }

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