Html Css Color HEX #B911A2 Medium Violet Red

📋 copy color: '#B911A2'

red 185 ◦ green 17 ◦ blue 162

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

Shades of Medium Violet Red #B911A2

Tints of Medium Violet Red #B911A2

RGB

 RED value IS 185 (72.66% from 255) = 50.82%

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

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

R = 50.82%
G = 4.67%
B = 44.51%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.12

 K value IS 0.27

RGB Variations

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

Color information

#B911A2 (or 0xB911A2) is known color: Medium Violet Red. HEX triplet: B9, 11 and A2. RGB value is (185,17,162). Sum of RGB (Red+Green+Blue) = 185+17+162=364 (48% of max value = 765). Red value is 185 (72.66% from 255 or 50.82% from 364); Green value is 17 (7.03% from 255 or 4.67% from 364); Blue value is 162 (63.67% from 255 or 44.51% from 364); Max value from RGB is 185 - color contains mainly: red. Hex color #B911A2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B911A2 is #46EE5D. Grayscale: #535353. Windows color (decimal): -4648542 or 10621369. OLE color: 10621369.

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

Color convert

RGB 185 17 162 -
CMYK 0 0.91 0.12 0.27
HSL 308.21º 0.83% 0.4% -
HSV(B) 308.21º 0.91% 0.73% -
XYZ 26.73 13.32 35.35 -
YUV 83.76 172.16 200.21 -
System Red Green Blue C M Y K H S L
Decimal 185 17 162 0 0.91 0.12 0.27 308.21 0.83 0.4
Hex B9 11 A2 0 5B C 1B 134 53 28
Octal 271 21 242 0 133 14 33 464 123 50
Binary 10111001 10001 10100010 0 1011011 1100 11011 100110100 1010011 101000

Color Harmonies of #B911A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B911A2

Black with #B911A2

Text Example


Text Example

White with #B911A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B911A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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