Html Css Color HEX #B611A1 Medium Violet Red

📋 copy color: '#B611A1'

red 182 ◦ green 17 ◦ blue 161

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

Shades of Medium Violet Red #B611A1

Tints of Medium Violet Red #B611A1

RGB

 RED value IS 182 (71.48% from 255) = 50.56%

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

 BLUE value IS 161 (63.28% from 255) = 44.72%

R = 50.56%
G = 4.72%
B = 44.72%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.12

 K value IS 0.29

RGB Variations

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

Color information

#B611A1 (or 0xB611A1) is known color: Medium Violet Red. HEX triplet: B6, 11 and A1. RGB value is (182,17,161). Sum of RGB (Red+Green+Blue) = 182+17+161=360 (47% of max value = 765). Red value is 182 (71.48% from 255 or 50.56% from 360); Green value is 17 (7.03% from 255 or 4.72% from 360); Blue value is 161 (63.28% from 255 or 44.72% from 360); Max value from RGB is 182 - color contains mainly: red. Hex color #B611A1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B611A1 is #49EE5E. Grayscale: #525252. Windows color (decimal): -4845151 or 10555830. OLE color: 10555830.

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

Color convert

RGB 182 17 161 -
CMYK 0 0.91 0.12 0.29
HSL 307.64º 0.83% 0.39% -
HSV(B) 307.64º 0.91% 0.71% -
XYZ 25.92 12.92 34.85 -
YUV 82.75 172.16 198.79 -
System Red Green Blue C M Y K H S L
Decimal 182 17 161 0 0.91 0.12 0.29 307.64 0.83 0.39
Hex B6 11 A1 0 5B C 1D 134 53 27
Octal 266 21 241 0 133 14 35 464 123 47
Binary 10110110 10001 10100001 0 1011011 1100 11101 100110100 1010011 100111

Color Harmonies of #B611A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B611A1

Black with #B611A1

Text Example


Text Example

White with #B611A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B611A1; }

 p { color: rgb(182,17,161); }

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

background-color css

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

 a { background-color: rgb(182,17,161); }

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

border-color css

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

 span { border-color: rgb(182,17,161); }

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