Html Css Color HEX #B811A2 Medium Violet Red

📋 copy color: '#B811A2'

red 184 ◦ green 17 ◦ blue 162

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

Shades of Medium Violet Red #B811A2

Tints of Medium Violet Red #B811A2

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.68%

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

R = 50.69%
G = 4.68%
B = 44.63%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.12

 K value IS 0.28

RGB Variations

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

Color information

#B811A2 (or 0xB811A2) is known color: Medium Violet Red. HEX triplet: B8, 11 and A2. RGB value is (184,17,162). Sum of RGB (Red+Green+Blue) = 184+17+162=363 (48% of max value = 765). Red value is 184 (72.27% from 255 or 50.69% from 363); Green value is 17 (7.03% from 255 or 4.68% from 363); Blue value is 162 (63.67% from 255 or 44.63% from 363); Max value from RGB is 184 - color contains mainly: red. Hex color #B811A2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B811A2 is #47EE5D. Grayscale: #535353. Windows color (decimal): -4714078 or 10621368. OLE color: 10621368.

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

Color convert

RGB 184 17 162 -
CMYK 0 0.91 0.12 0.28
HSL 307.9º 0.83% 0.39% -
HSV(B) 307.9º 0.91% 0.72% -
XYZ 26.49 13.2 35.33 -
YUV 83.46 172.33 199.71 -
System Red Green Blue C M Y K H S L
Decimal 184 17 162 0 0.91 0.12 0.28 307.9 0.83 0.39
Hex B8 11 A2 0 5B C 1C 134 53 27
Octal 270 21 242 0 133 14 34 464 123 47
Binary 10111000 10001 10100010 0 1011011 1100 11100 100110100 1010011 100111

Color Harmonies of #B811A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B811A2

Black with #B811A2

Text Example


Text Example

White with #B811A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B811A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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