Html Css Color HEX #B6188A Medium Violet Red

📋 copy color: '#B6188A'

red 182 ◦ green 24 ◦ blue 138

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

Shades of Medium Violet Red #B6188A

Tints of Medium Violet Red #B6188A

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.98%

 BLUE value IS 138 (54.3% from 255) = 40.12%

R = 52.91%
G = 6.98%
B = 40.12%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.24

 K value IS 0.29

RGB Variations

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

Color information

#B6188A (or 0xB6188A) is known color: Medium Violet Red. HEX triplet: B6, 18 and 8A. RGB value is (182,24,138). Sum of RGB (Red+Green+Blue) = 182+24+138=344 (45% of max value = 765). Red value is 182 (71.48% from 255 or 52.91% from 344); Green value is 24 (9.77% from 255 or 6.98% from 344); Blue value is 138 (54.30% from 255 or 40.12% from 344); Max value from RGB is 182 - color contains mainly: red. Hex color #B6188A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B6188A is #49E775. Grayscale: #535353. Windows color (decimal): -4843382 or 9050294. OLE color: 9050294.

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

Color convert

RGB 182 24 138 -
CMYK 0 0.87 0.24 0.29
HSL 316.71º 0.77% 0.4% -
HSV(B) 316.71º 0.87% 0.71% -
XYZ 24.21 12.43 25.17 -
YUV 84.24 158.35 197.73 -
System Red Green Blue C M Y K H S L
Decimal 182 24 138 0 0.87 0.24 0.29 316.71 0.77 0.4
Hex B6 18 8A 0 57 18 1D 13D 4D 28
Octal 266 30 212 0 127 30 35 475 115 50
Binary 10110110 11000 10001010 0 1010111 11000 11101 100111101 1001101 101000

Color Harmonies of #B6188A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6188A

Black with #B6188A

Text Example


Text Example

White with #B6188A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6188A; }

 p { color: rgb(182,24,138); }

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

background-color css

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

 a { background-color: rgb(182,24,138); }

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

border-color css

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

 span { border-color: rgb(182,24,138); }

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