Html Css Color HEX #BC187B Medium Violet Red

📋 copy color: '#BC187B'

red 188 ◦ green 24 ◦ blue 123

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

Shades of Medium Violet Red #BC187B

Tints of Medium Violet Red #BC187B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 36.72%

R = 56.12%
G = 7.16%
B = 36.72%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.35

 K value IS 0.26

RGB Variations

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

Color information

#BC187B (or 0xBC187B) is known color: Medium Violet Red. HEX triplet: BC, 18 and 7B. RGB value is (188,24,123). Sum of RGB (Red+Green+Blue) = 188+24+123=335 (44% of max value = 765). Red value is 188 (73.83% from 255 or 56.12% from 335); Green value is 24 (9.77% from 255 or 7.16% from 335); Blue value is 123 (48.44% from 255 or 36.72% from 335); Max value from RGB is 188 - color contains mainly: red. Hex color #BC187B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC187B is #43E784. Grayscale: #545454. Windows color (decimal): -4450181 or 8067260. OLE color: 8067260.

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

Color convert

RGB 188 24 123 -
CMYK 0 0.87 0.35 0.26
HSL 323.78º 0.77% 0.42% -
HSV(B) 323.78º 0.87% 0.74% -
XYZ 24.64 12.77 19.91 -
YUV 84.32 149.83 201.95 -
System Red Green Blue C M Y K H S L
Decimal 188 24 123 0 0.87 0.35 0.26 323.78 0.77 0.42
Hex BC 18 7B 0 57 23 1A 144 4D 2A
Octal 274 30 173 0 127 43 32 504 115 52
Binary 10111100 11000 1111011 0 1010111 100011 11010 101000100 1001101 101010

Color Harmonies of #BC187B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC187B

Black with #BC187B

Text Example


Text Example

White with #BC187B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC187B; }

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

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

background-color css

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

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

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

border-color css

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

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

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