Html Css Color HEX #B6149E Medium Violet Red

📋 copy color: '#B6149E'

red 182 ◦ green 20 ◦ blue 158

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

Shades of Medium Violet Red #B6149E

Tints of Medium Violet Red #B6149E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 43.89%

R = 50.56%
G = 5.56%
B = 43.89%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.13

 K value IS 0.29

RGB Variations

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

Color information

#B6149E (or 0xB6149E) is known color: Medium Violet Red. HEX triplet: B6, 14 and 9E. RGB value is (182,20,158). Sum of RGB (Red+Green+Blue) = 182+20+158=360 (47% of max value = 765). Red value is 182 (71.48% from 255 or 50.56% from 360); Green value is 20 (8.20% from 255 or 5.56% from 360); Blue value is 158 (62.11% from 255 or 43.89% from 360); Max value from RGB is 182 - color contains mainly: red. Hex color #B6149E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B6149E is #49EB61. Grayscale: #535353. Windows color (decimal): -4844386 or 10359990. OLE color: 10359990.

HSL color Cylindrical-coordinate representation of color #B6149E: hue angle of 308.89º 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 #B6149E is Cyan = 0, Magento = 0.89, Yellow = 0.13 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 20 158 -
CMYK 0 0.89 0.13 0.29
HSL 308.89º 0.8% 0.4% -
HSV(B) 308.89º 0.89% 0.71% -
XYZ 25.71 12.91 33.49 -
YUV 84.17 169.67 197.78 -
System Red Green Blue C M Y K H S L
Decimal 182 20 158 0 0.89 0.13 0.29 308.89 0.8 0.4
Hex B6 14 9E 0 59 D 1D 135 50 28
Octal 266 24 236 0 131 15 35 465 120 50
Binary 10110110 10100 10011110 0 1011001 1101 11101 100110101 1010000 101000

Color Harmonies of #B6149E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6149E

Black with #B6149E

Text Example


Text Example

White with #B6149E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6149E; }

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

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

background-color css

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

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

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

border-color css

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

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

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