Html Css Color HEX #BC178B Medium Violet Red

📋 copy color: '#BC178B'

red 188 ◦ green 23 ◦ blue 139

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

Shades of Medium Violet Red #BC178B

Tints of Medium Violet Red #BC178B

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.57%

 BLUE value IS 139 (54.69% from 255) = 39.71%

R = 53.71%
G = 6.57%
B = 39.71%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.26

 K value IS 0.26

RGB Variations

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

Color information

#BC178B (or 0xBC178B) is known color: Medium Violet Red. HEX triplet: BC, 17 and 8B. RGB value is (188,23,139). Sum of RGB (Red+Green+Blue) = 188+23+139=350 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.71% from 350); Green value is 23 (9.38% from 255 or 6.57% from 350); Blue value is 139 (54.69% from 255 or 39.71% from 350); Max value from RGB is 188 - color contains mainly: red. Hex color #BC178B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC178B is #43E874. Grayscale: #555555. Windows color (decimal): -4450421 or 9115580. OLE color: 9115580.

HSL color Cylindrical-coordinate representation of color #BC178B: hue angle of 317.82º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BC178B is Cyan = 0, Magento = 0.88, Yellow = 0.26 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 23 139 -
CMYK 0 0.88 0.26 0.26
HSL 317.82º 0.78% 0.41% -
HSV(B) 317.82º 0.88% 0.74% -
XYZ 25.71 13.17 25.61 -
YUV 85.56 158.16 201.07 -
System Red Green Blue C M Y K H S L
Decimal 188 23 139 0 0.88 0.26 0.26 317.82 0.78 0.41
Hex BC 17 8B 0 58 1A 1A 13E 4E 29
Octal 274 27 213 0 130 32 32 476 116 51
Binary 10111100 10111 10001011 0 1011000 11010 11010 100111110 1001110 101001

Color Harmonies of #BC178B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC178B

Black with #BC178B

Text Example


Text Example

White with #BC178B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC178B; }

 p { color: rgb(188,23,139); }

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

background-color css

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

 a { background-color: rgb(188,23,139); }

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

border-color css

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

 span { border-color: rgb(188,23,139); }

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