Html Css Color HEX #B6107A Medium Violet Red

📋 copy color: '#B6107A'

red 182 ◦ green 16 ◦ blue 122

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

Shades of Medium Violet Red #B6107A

Tints of Medium Violet Red #B6107A

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5%

 BLUE value IS 122 (48.05% from 255) = 38.13%

R = 56.88%
G = 5%
B = 38.13%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.33

 K value IS 0.29

RGB Variations

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

Color information

#B6107A (or 0xB6107A) is known color: Medium Violet Red. HEX triplet: B6, 10 and 7A. RGB value is (182,16,122). Sum of RGB (Red+Green+Blue) = 182+16+122=320 (42% of max value = 765). Red value is 182 (71.48% from 255 or 56.88% from 320); Green value is 16 (6.64% from 255 or 5% from 320); Blue value is 122 (48.05% from 255 or 38.12% from 320); Max value from RGB is 182 - color contains mainly: red. Hex color #B6107A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B6107A is #49EF85. Grayscale: #4D4D4D. Windows color (decimal): -4845446 or 7999670. OLE color: 7999670.

HSL color Cylindrical-coordinate representation of color #B6107A: hue angle of 321.69º degrees, saturation: 0.84, 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 #B6107A is Cyan = 0, Magento = 0.91, Yellow = 0.33 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 16 122 -
CMYK 0 0.91 0.33 0.29
HSL 321.69º 0.84% 0.39% -
HSV(B) 321.69º 0.91% 0.71% -
XYZ 22.99 11.72 19.46 -
YUV 77.72 153 202.38 -
System Red Green Blue C M Y K H S L
Decimal 182 16 122 0 0.91 0.33 0.29 321.69 0.84 0.39
Hex B6 10 7A 0 5B 21 1D 142 54 27
Octal 266 20 172 0 133 41 35 502 124 47
Binary 10110110 10000 1111010 0 1011011 100001 11101 101000010 1010100 100111

Color Harmonies of #B6107A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6107A

Black with #B6107A

Text Example


Text Example

White with #B6107A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6107A; }

 p { color: rgb(182,16,122); }

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

background-color css

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

 a { background-color: rgb(182,16,122); }

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

border-color css

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

 span { border-color: rgb(182,16,122); }

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