Html Css Color HEX #B6148D Medium Violet Red

📋 copy color: '#B6148D'

red 182 ◦ green 20 ◦ blue 141

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

Shades of Medium Violet Red #B6148D

Tints of Medium Violet Red #B6148D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 41.11%

R = 53.06%
G = 5.83%
B = 41.11%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.23

 K value IS 0.29

RGB Variations

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

Color information

#B6148D (or 0xB6148D) is known color: Medium Violet Red. HEX triplet: B6, 14 and 8D. RGB value is (182,20,141). Sum of RGB (Red+Green+Blue) = 182+20+141=343 (45% of max value = 765). Red value is 182 (71.48% from 255 or 53.06% from 343); Green value is 20 (8.20% from 255 or 5.83% from 343); Blue value is 141 (55.47% from 255 or 41.11% from 343); Max value from RGB is 182 - color contains mainly: red. Hex color #B6148D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B6148D is #49EB72. Grayscale: #515151. Windows color (decimal): -4844403 or 9245878. OLE color: 9245878.

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

Color convert

RGB 182 20 141 -
CMYK 0 0.89 0.23 0.29
HSL 315.19º 0.8% 0.4% -
HSV(B) 315.19º 0.89% 0.71% -
XYZ 24.35 12.37 26.3 -
YUV 82.23 161.17 199.16 -
System Red Green Blue C M Y K H S L
Decimal 182 20 141 0 0.89 0.23 0.29 315.19 0.8 0.4
Hex B6 14 8D 0 59 17 1D 13B 50 28
Octal 266 24 215 0 131 27 35 473 120 50
Binary 10110110 10100 10001101 0 1011001 10111 11101 100111011 1010000 101000

Color Harmonies of #B6148D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6148D

Black with #B6148D

Text Example


Text Example

White with #B6148D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6148D; }

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

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

background-color css

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

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

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

border-color css

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

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

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