Html Css Color HEX #B6168B Medium Violet Red

📋 copy color: '#B6168B'

red 182 ◦ green 22 ◦ blue 139

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

Shades of Medium Violet Red #B6168B

Tints of Medium Violet Red #B6168B

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.41%

 BLUE value IS 139 (54.69% from 255) = 40.52%

R = 53.06%
G = 6.41%
B = 40.52%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.24

 K value IS 0.29

RGB Variations

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

Color information

#B6168B (or 0xB6168B) is known color: Medium Violet Red. HEX triplet: B6, 16 and 8B. RGB value is (182,22,139). Sum of RGB (Red+Green+Blue) = 182+22+139=343 (45% of max value = 765). Red value is 182 (71.48% from 255 or 53.06% from 343); Green value is 22 (8.98% from 255 or 6.41% from 343); Blue value is 139 (54.69% from 255 or 40.52% from 343); Max value from RGB is 182 - color contains mainly: red. Hex color #B6168B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B6168B is #49E974. Grayscale: #525252. Windows color (decimal): -4843893 or 9115318. OLE color: 9115318.

HSL color Cylindrical-coordinate representation of color #B6168B: hue angle of 316.12º degrees, saturation: 0.78, 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 #B6168B is Cyan = 0, Magento = 0.88, Yellow = 0.24 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 22 139 -
CMYK 0 0.88 0.24 0.29
HSL 316.13º 0.78% 0.4% -
HSV(B) 316.13º 0.88% 0.71% -
XYZ 24.24 12.38 25.54 -
YUV 83.18 159.51 198.49 -
System Red Green Blue C M Y K H S L
Decimal 182 22 139 0 0.88 0.24 0.29 316.13 0.78 0.4
Hex B6 16 8B 0 58 18 1D 13C 4E 28
Octal 266 26 213 0 130 30 35 474 116 50
Binary 10110110 10110 10001011 0 1011000 11000 11101 100111100 1001110 101000

Color Harmonies of #B6168B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6168B

Black with #B6168B

Text Example


Text Example

White with #B6168B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6168B; }

 p { color: rgb(182,22,139); }

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

background-color css

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

 a { background-color: rgb(182,22,139); }

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

border-color css

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

 span { border-color: rgb(182,22,139); }

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