Html Css Color HEX #BC189B Medium Violet Red

📋 copy color: '#BC189B'

red 188 ◦ green 24 ◦ blue 155

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

Shades of Medium Violet Red #BC189B

Tints of Medium Violet Red #BC189B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 42.23%

R = 51.23%
G = 6.54%
B = 42.23%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.18

 K value IS 0.26

RGB Variations

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

Color information

#BC189B (or 0xBC189B) is known color: Medium Violet Red. HEX triplet: BC, 18 and 9B. RGB value is (188,24,155). Sum of RGB (Red+Green+Blue) = 188+24+155=367 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.23% from 367); Green value is 24 (9.77% from 255 or 6.54% from 367); Blue value is 155 (60.94% from 255 or 42.23% from 367); Max value from RGB is 188 - color contains mainly: red. Hex color #BC189B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC189B is #43E764. Grayscale: #575757. Windows color (decimal): -4450149 or 10164412. OLE color: 10164412.

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

Color convert

RGB 188 24 155 -
CMYK 0 0.87 0.18 0.26
HSL 312.07º 0.77% 0.42% -
HSV(B) 312.07º 0.87% 0.74% -
XYZ 26.98 13.71 32.23 -
YUV 87.97 165.83 199.35 -
System Red Green Blue C M Y K H S L
Decimal 188 24 155 0 0.87 0.18 0.26 312.07 0.77 0.42
Hex BC 18 9B 0 57 12 1A 138 4D 2A
Octal 274 30 233 0 127 22 32 470 115 52
Binary 10111100 11000 10011011 0 1010111 10010 11010 100111000 1001101 101010

Color Harmonies of #BC189B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC189B

Black with #BC189B

Text Example


Text Example

White with #BC189B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC189B; }

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

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

background-color css

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

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

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

border-color css

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

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

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