Html Css Color HEX #BC008C Medium Violet Red

📋 copy color: '#BC008C'

red 188 ◦ green 0 ◦ blue 140

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

Shades of Medium Violet Red #BC008C

Tints of Medium Violet Red #BC008C

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 140 (55.08% from 255) = 42.68%

R = 57.32%
G = 0%
B = 42.68%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.26

 K value IS 0.26

RGB Variations

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

Color information

#BC008C (or 0xBC008C) is known color: Medium Violet Red. HEX triplet: BC, 00 and 8C. RGB value is (188,0,140). Sum of RGB (Red+Green+Blue) = 188+0+140=328 (43% of max value = 765). Red value is 188 (73.83% from 255 or 57.32% from 328); Green value is 0 (0.39% from 255 or 0% from 328); Blue value is 140 (55.08% from 255 or 42.68% from 328); Max value from RGB is 188 - color contains mainly: red. Hex color #BC008C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC008C is #43FF73. Grayscale: #474747. Windows color (decimal): -4456308 or 9175228. OLE color: 9175228.

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

Color convert

RGB 188 0 140 -
CMYK 0 1 0.26 0.26
HSL 315.32º 1% 0.37% -
HSV(B) 315.32º 1% 0.74% -
XYZ 25.47 12.58 25.9 -
YUV 72.17 166.28 210.62 -
System Red Green Blue C M Y K H S L
Decimal 188 0 140 0 1 0.26 0.26 315.32 1 0.37
Hex BC 0 8C 0 64 1A 1A 13B 64 25
Octal 274 0 214 0 144 32 32 473 144 45
Binary 10111100 0 10001100 0 1100100 11010 11010 100111011 1100100 100101

Color Harmonies of #BC008C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC008C

Black with #BC008C

Text Example


Text Example

White with #BC008C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC008C; }

 p { color: rgb(188,0,140); }

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

background-color css

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

 a { background-color: rgb(188,0,140); }

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

border-color css

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

 span { border-color: rgb(188,0,140); }

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