Html Css Color HEX #BC0670 Medium Violet Red

📋 copy color: '#BC0670'

red 188 ◦ green 6 ◦ blue 112

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

Shades of Medium Violet Red #BC0670

Tints of Medium Violet Red #BC0670

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.96%

 BLUE value IS 112 (44.14% from 255) = 36.6%

R = 61.44%
G = 1.96%
B = 36.6%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.40

 K value IS 0.26

RGB Variations

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

Color information

#BC0670 (or 0xBC0670) is known color: Medium Violet Red. HEX triplet: BC, 06 and 70. RGB value is (188,6,112). Sum of RGB (Red+Green+Blue) = 188+6+112=306 (40% of max value = 765). Red value is 188 (73.83% from 255 or 61.44% from 306); Green value is 6 (2.73% from 255 or 1.96% from 306); Blue value is 112 (44.14% from 255 or 36.60% from 306); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0670 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC0670 is #43F98F. Grayscale: #484848. Windows color (decimal): -4454800 or 7341756. OLE color: 7341756.

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

Color convert

RGB 188 6 112 -
CMYK 0 0.97 0.40 0.26
HSL 325.05º 0.94% 0.38% -
HSV(B) 325.05º 0.97% 0.74% -
XYZ 23.73 11.99 16.39 -
YUV 72.5 150.3 210.38 -
System Red Green Blue C M Y K H S L
Decimal 188 6 112 0 0.97 0.40 0.26 325.05 0.94 0.38
Hex BC 6 70 0 61 28 1A 145 5E 26
Octal 274 6 160 0 141 50 32 505 136 46
Binary 10111100 110 1110000 0 1100001 101000 11010 101000101 1011110 100110

Color Harmonies of #BC0670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC0670

Black with #BC0670

Text Example


Text Example

White with #BC0670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC0670; }

 p { color: rgb(188,6,112); }

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

background-color css

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

 a { background-color: rgb(188,6,112); }

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

border-color css

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

 span { border-color: rgb(188,6,112); }

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