Html Css Color HEX #BC186F Medium Violet Red

📋 copy color: '#BC186F'

red 188 ◦ green 24 ◦ blue 111

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

Shades of Medium Violet Red #BC186F

Tints of Medium Violet Red #BC186F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 34.37%

R = 58.2%
G = 7.43%
B = 34.37%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.41

 K value IS 0.26

RGB Variations

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

Color information

#BC186F (or 0xBC186F) is known color: Medium Violet Red. HEX triplet: BC, 18 and 6F. RGB value is (188,24,111). Sum of RGB (Red+Green+Blue) = 188+24+111=323 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.20% from 323); Green value is 24 (9.77% from 255 or 7.43% from 323); Blue value is 111 (43.75% from 255 or 34.37% from 323); Max value from RGB is 188 - color contains mainly: red. Hex color #BC186F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC186F is #43E790. Grayscale: #525252. Windows color (decimal): -4450193 or 7280828. OLE color: 7280828.

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

Color convert

RGB 188 24 111 -
CMYK 0 0.87 0.41 0.26
HSL 328.17º 0.77% 0.42% -
HSV(B) 328.17º 0.87% 0.74% -
XYZ 23.93 12.49 16.19 -
YUV 82.95 143.83 202.93 -
System Red Green Blue C M Y K H S L
Decimal 188 24 111 0 0.87 0.41 0.26 328.17 0.77 0.42
Hex BC 18 6F 0 57 29 1A 148 4D 2A
Octal 274 30 157 0 127 51 32 510 115 52
Binary 10111100 11000 1101111 0 1010111 101001 11010 101001000 1001101 101010

Color Harmonies of #BC186F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC186F

Black with #BC186F

Text Example


Text Example

White with #BC186F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC186F; }

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

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

background-color css

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

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

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

border-color css

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

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

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