Html Css Color HEX #B6198D Medium Violet Red

📋 copy color: '#B6198D'

red 182 ◦ green 25 ◦ blue 141

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

Shades of Medium Violet Red #B6198D

Tints of Medium Violet Red #B6198D

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.18%

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

R = 52.3%
G = 7.18%
B = 40.52%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.23

 K value IS 0.29

RGB Variations

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

Color information

#B6198D (or 0xB6198D) is known color: Medium Violet Red. HEX triplet: B6, 19 and 8D. RGB value is (182,25,141). Sum of RGB (Red+Green+Blue) = 182+25+141=348 (46% of max value = 765). Red value is 182 (71.48% from 255 or 52.30% from 348); Green value is 25 (10.16% from 255 or 7.18% from 348); Blue value is 141 (55.47% from 255 or 40.52% from 348); Max value from RGB is 182 - color contains mainly: red. Hex color #B6198D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B6198D is #49E672. Grayscale: #545454. Windows color (decimal): -4843123 or 9247158. OLE color: 9247158.

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

Color convert

RGB 182 25 141 -
CMYK 0 0.86 0.23 0.29
HSL 315.67º 0.76% 0.41% -
HSV(B) 315.67º 0.86% 0.71% -
XYZ 24.45 12.56 26.34 -
YUV 85.17 159.51 197.07 -
System Red Green Blue C M Y K H S L
Decimal 182 25 141 0 0.86 0.23 0.29 315.67 0.76 0.41
Hex B6 19 8D 0 56 17 1D 13C 4C 29
Octal 266 31 215 0 126 27 35 474 114 51
Binary 10110110 11001 10001101 0 1010110 10111 11101 100111100 1001100 101001

Color Harmonies of #B6198D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6198D

Black with #B6198D

Text Example


Text Example

White with #B6198D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6198D; }

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

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

background-color css

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

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

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

border-color css

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

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

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