Html Css Color HEX #B6158D Medium Violet Red

📋 copy color: '#B6158D'

red 182 ◦ green 21 ◦ blue 141

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

Shades of Medium Violet Red #B6158D

Tints of Medium Violet Red #B6158D

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.1%

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

R = 52.91%
G = 6.1%
B = 40.99%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.23

 K value IS 0.29

RGB Variations

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

Color information

#B6158D (or 0xB6158D) is known color: Medium Violet Red. HEX triplet: B6, 15 and 8D. RGB value is (182,21,141). Sum of RGB (Red+Green+Blue) = 182+21+141=344 (45% of max value = 765). Red value is 182 (71.48% from 255 or 52.91% from 344); Green value is 21 (8.59% from 255 or 6.10% from 344); Blue value is 141 (55.47% from 255 or 40.99% from 344); Max value from RGB is 182 - color contains mainly: red. Hex color #B6158D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B6158D is #49EA72. Grayscale: #525252. Windows color (decimal): -4844147 or 9246134. OLE color: 9246134.

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

Color convert

RGB 182 21 141 -
CMYK 0 0.88 0.23 0.29
HSL 315.28º 0.79% 0.4% -
HSV(B) 315.28º 0.88% 0.71% -
XYZ 24.37 12.4 26.31 -
YUV 82.82 160.84 198.74 -
System Red Green Blue C M Y K H S L
Decimal 182 21 141 0 0.88 0.23 0.29 315.28 0.79 0.4
Hex B6 15 8D 0 58 17 1D 13B 4F 28
Octal 266 25 215 0 130 27 35 473 117 50
Binary 10110110 10101 10001101 0 1011000 10111 11101 100111011 1001111 101000

Color Harmonies of #B6158D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6158D

Black with #B6158D

Text Example


Text Example

White with #B6158D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6158D; }

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

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

background-color css

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

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

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

border-color css

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

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

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