Html Css Color HEX #BD198A Medium Violet Red

📋 copy color: '#BD198A'

red 189 ◦ green 25 ◦ blue 138

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

Shades of Medium Violet Red #BD198A

Tints of Medium Violet Red #BD198A

RGB

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

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

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

R = 53.69%
G = 7.1%
B = 39.2%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.27

 K value IS 0.26

RGB Variations

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

Color information

#BD198A (or 0xBD198A) is known color: Medium Violet Red. HEX triplet: BD, 19 and 8A. RGB value is (189,25,138). Sum of RGB (Red+Green+Blue) = 189+25+138=352 (46% of max value = 765). Red value is 189 (74.22% from 255 or 53.69% from 352); Green value is 25 (10.16% from 255 or 7.10% from 352); Blue value is 138 (54.30% from 255 or 39.20% from 352); Max value from RGB is 189 - color contains mainly: red. Hex color #BD198A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD198A is #42E675. Grayscale: #565656. Windows color (decimal): -4384374 or 9050557. OLE color: 9050557.

HSL color Cylindrical-coordinate representation of color #BD198A: hue angle of 318.66º 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 #BD198A is Cyan = 0, Magento = 0.87, Yellow = 0.27 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 25 138 -
CMYK 0 0.87 0.27 0.26
HSL 318.66º 0.77% 0.42% -
HSV(B) 318.66º 0.87% 0.74% -
XYZ 25.92 13.35 25.26 -
YUV 86.92 156.83 200.81 -
System Red Green Blue C M Y K H S L
Decimal 189 25 138 0 0.87 0.27 0.26 318.66 0.77 0.42
Hex BD 19 8A 0 57 1B 1A 13F 4D 2A
Octal 275 31 212 0 127 33 32 477 115 52
Binary 10111101 11001 10001010 0 1010111 11011 11010 100111111 1001101 101010

Color Harmonies of #BD198A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD198A

Black with #BD198A

Text Example


Text Example

White with #BD198A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD198A; }

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

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

background-color css

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

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

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

border-color css

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

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

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