Html Css Color HEX #B6147A Medium Violet Red

📋 copy color: '#B6147A'

red 182 ◦ green 20 ◦ blue 122

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

Shades of Medium Violet Red #B6147A

Tints of Medium Violet Red #B6147A

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.17%

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

R = 56.17%
G = 6.17%
B = 37.65%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.33

 K value IS 0.29

RGB Variations

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

Color information

#B6147A (or 0xB6147A) is known color: Medium Violet Red. HEX triplet: B6, 14 and 7A. RGB value is (182,20,122). Sum of RGB (Red+Green+Blue) = 182+20+122=324 (42% of max value = 765). Red value is 182 (71.48% from 255 or 56.17% from 324); Green value is 20 (8.20% from 255 or 6.17% from 324); Blue value is 122 (48.05% from 255 or 37.65% from 324); Max value from RGB is 182 - color contains mainly: red. Hex color #B6147A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B6147A is #49EB85. Grayscale: #4F4F4F. Windows color (decimal): -4844422 or 8000694. OLE color: 8000694.

HSL color Cylindrical-coordinate representation of color #B6147A: hue angle of 322.22º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B6147A is Cyan = 0, Magento = 0.89, Yellow = 0.33 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 20 122 -
CMYK 0 0.89 0.33 0.29
HSL 322.22º 0.8% 0.4% -
HSV(B) 322.22º 0.89% 0.71% -
XYZ 23.05 11.85 19.48 -
YUV 80.07 151.67 200.71 -
System Red Green Blue C M Y K H S L
Decimal 182 20 122 0 0.89 0.33 0.29 322.22 0.8 0.4
Hex B6 14 7A 0 59 21 1D 142 50 28
Octal 266 24 172 0 131 41 35 502 120 50
Binary 10110110 10100 1111010 0 1011001 100001 11101 101000010 1010000 101000

Color Harmonies of #B6147A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6147A

Black with #B6147A

Text Example


Text Example

White with #B6147A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6147A; }

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

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

background-color css

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

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

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

border-color css

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

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

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