Html Css Color HEX #BD198C Medium Violet Red

📋 copy color: '#BD198C'

red 189 ◦ green 25 ◦ blue 140

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

Shades of Medium Violet Red #BD198C

Tints of Medium Violet Red #BD198C

RGB

 RED value IS 189 (74.22% from 255) = 53.39%

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

 BLUE value IS 140 (55.08% from 255) = 39.55%

R = 53.39%
G = 7.06%
B = 39.55%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.26

 K value IS 0.26

RGB Variations

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

Color information

#BD198C (or 0xBD198C) is known color: Medium Violet Red. HEX triplet: BD, 19 and 8C. RGB value is (189,25,140). Sum of RGB (Red+Green+Blue) = 189+25+140=354 (46% of max value = 765). Red value is 189 (74.22% from 255 or 53.39% from 354); Green value is 25 (10.16% from 255 or 7.06% from 354); Blue value is 140 (55.08% from 255 or 39.55% from 354); Max value from RGB is 189 - color contains mainly: red. Hex color #BD198C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD198C is #42E673. Grayscale: #565656. Windows color (decimal): -4384372 or 9181629. OLE color: 9181629.

HSL color Cylindrical-coordinate representation of color #BD198C: hue angle of 317.93º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BD198C is Cyan = 0, Magento = 0.87, Yellow = 0.26 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 25 140 -
CMYK 0 0.87 0.26 0.26
HSL 317.93º 0.77% 0.42% -
HSV(B) 317.93º 0.87% 0.74% -
XYZ 26.07 13.41 26.02 -
YUV 87.15 157.83 200.65 -
System Red Green Blue C M Y K H S L
Decimal 189 25 140 0 0.87 0.26 0.26 317.93 0.77 0.42
Hex BD 19 8C 0 57 1A 1A 13E 4D 2A
Octal 275 31 214 0 127 32 32 476 115 52
Binary 10111101 11001 10001100 0 1010111 11010 11010 100111110 1001101 101010

Color Harmonies of #BD198C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD198C

Black with #BD198C

Text Example


Text Example

White with #BD198C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD198C; }

 p { color: rgb(189,25,140); }

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

background-color css

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

 a { background-color: rgb(189,25,140); }

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

border-color css

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

 span { border-color: rgb(189,25,140); }

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