Html Css Color HEX #BC188F Medium Violet Red

📋 copy color: '#BC188F'

red 188 ◦ green 24 ◦ blue 143

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

Shades of Medium Violet Red #BC188F

Tints of Medium Violet Red #BC188F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 40.28%

R = 52.96%
G = 6.76%
B = 40.28%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.24

 K value IS 0.26

RGB Variations

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

Color information

#BC188F (or 0xBC188F) is known color: Medium Violet Red. HEX triplet: BC, 18 and 8F. RGB value is (188,24,143). Sum of RGB (Red+Green+Blue) = 188+24+143=355 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.96% from 355); Green value is 24 (9.77% from 255 or 6.76% from 355); Blue value is 143 (56.25% from 255 or 40.28% from 355); Max value from RGB is 188 - color contains mainly: red. Hex color #BC188F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC188F is #43E770. Grayscale: #565656. Windows color (decimal): -4450161 or 9377980. OLE color: 9377980.

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

Color convert

RGB 188 24 143 -
CMYK 0 0.87 0.24 0.26
HSL 316.46º 0.77% 0.42% -
HSV(B) 316.46º 0.87% 0.74% -
XYZ 26.02 13.33 27.19 -
YUV 86.6 159.83 200.32 -
System Red Green Blue C M Y K H S L
Decimal 188 24 143 0 0.87 0.24 0.26 316.46 0.77 0.42
Hex BC 18 8F 0 57 18 1A 13C 4D 2A
Octal 274 30 217 0 127 30 32 474 115 52
Binary 10111100 11000 10001111 0 1010111 11000 11010 100111100 1001101 101010

Color Harmonies of #BC188F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC188F

Black with #BC188F

Text Example


Text Example

White with #BC188F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC188F; }

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

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

background-color css

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

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

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

border-color css

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

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

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