Html Css Color HEX #BC198B Medium Violet Red

📋 copy color: '#BC198B'

red 188 ◦ green 25 ◦ blue 139

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

Shades of Medium Violet Red #BC198B

Tints of Medium Violet Red #BC198B

RGB

 RED value IS 188 (73.83% from 255) = 53.41%

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

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

R = 53.41%
G = 7.1%
B = 39.49%

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

#BC198B (or 0xBC198B) is known color: Medium Violet Red. HEX triplet: BC, 19 and 8B. RGB value is (188,25,139). Sum of RGB (Red+Green+Blue) = 188+25+139=352 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.41% from 352); Green value is 25 (10.16% from 255 or 7.10% from 352); Blue value is 139 (54.69% from 255 or 39.49% from 352); Max value from RGB is 188 - color contains mainly: red. Hex color #BC198B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC198B is #43E674. Grayscale: #565656. Windows color (decimal): -4449909 or 9116092. OLE color: 9116092.

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

Color convert

RGB 188 25 139 -
CMYK 0 0.87 0.26 0.26
HSL 318.04º 0.77% 0.42% -
HSV(B) 318.04º 0.87% 0.74% -
XYZ 25.75 13.25 25.63 -
YUV 86.73 157.5 200.23 -
System Red Green Blue C M Y K H S L
Decimal 188 25 139 0 0.87 0.26 0.26 318.04 0.77 0.42
Hex BC 19 8B 0 57 1A 1A 13E 4D 2A
Octal 274 31 213 0 127 32 32 476 115 52
Binary 10111100 11001 10001011 0 1010111 11010 11010 100111110 1001101 101010

Color Harmonies of #BC198B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC198B

Black with #BC198B

Text Example


Text Example

White with #BC198B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC198B; }

 p { color: rgb(188,25,139); }

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

background-color css

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

 a { background-color: rgb(188,25,139); }

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

border-color css

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

 span { border-color: rgb(188,25,139); }

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