Html Css Color HEX #BC189D Medium Violet Red

📋 copy color: '#BC189D'

red 188 ◦ green 24 ◦ blue 157

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

Shades of Medium Violet Red #BC189D

Tints of Medium Violet Red #BC189D

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.5%

 BLUE value IS 157 (61.72% from 255) = 42.55%

R = 50.95%
G = 6.5%
B = 42.55%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.16

 K value IS 0.26

RGB Variations

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

Color information

#BC189D (or 0xBC189D) is known color: Medium Violet Red. HEX triplet: BC, 18 and 9D. RGB value is (188,24,157). Sum of RGB (Red+Green+Blue) = 188+24+157=369 (48% of max value = 765). Red value is 188 (73.83% from 255 or 50.95% from 369); Green value is 24 (9.77% from 255 or 6.50% from 369); Blue value is 157 (61.72% from 255 or 42.55% from 369); Max value from RGB is 188 - color contains mainly: red. Hex color #BC189D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC189D is #43E762. Grayscale: #575757. Windows color (decimal): -4450147 or 10295484. OLE color: 10295484.

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

Color convert

RGB 188 24 157 -
CMYK 0 0.87 0.16 0.26
HSL 311.34º 0.77% 0.42% -
HSV(B) 311.34º 0.87% 0.74% -
XYZ 27.15 13.78 33.13 -
YUV 88.2 166.83 199.19 -
System Red Green Blue C M Y K H S L
Decimal 188 24 157 0 0.87 0.16 0.26 311.34 0.77 0.42
Hex BC 18 9D 0 57 10 1A 137 4D 2A
Octal 274 30 235 0 127 20 32 467 115 52
Binary 10111100 11000 10011101 0 1010111 10000 11010 100110111 1001101 101010

Color Harmonies of #BC189D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC189D

Black with #BC189D

Text Example


Text Example

White with #BC189D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC189D; }

 p { color: rgb(188,24,157); }

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

background-color css

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

 a { background-color: rgb(188,24,157); }

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

border-color css

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

 span { border-color: rgb(188,24,157); }

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