Html Css Color HEX #BC0688 Medium Violet Red

📋 copy color: '#BC0688'

red 188 ◦ green 6 ◦ blue 136

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

Shades of Medium Violet Red #BC0688

Tints of Medium Violet Red #BC0688

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 41.21%

R = 56.97%
G = 1.82%
B = 41.21%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.28

 K value IS 0.26

RGB Variations

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

Color information

#BC0688 (or 0xBC0688) is known color: Medium Violet Red. HEX triplet: BC, 06 and 88. RGB value is (188,6,136). Sum of RGB (Red+Green+Blue) = 188+6+136=330 (43% of max value = 765). Red value is 188 (73.83% from 255 or 56.97% from 330); Green value is 6 (2.73% from 255 or 1.82% from 330); Blue value is 136 (53.52% from 255 or 41.21% from 330); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0688 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC0688 is #43F977. Grayscale: #4A4A4A. Windows color (decimal): -4454776 or 8914620. OLE color: 8914620.

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

Color convert

RGB 188 6 136 -
CMYK 0 0.97 0.28 0.26
HSL 317.14º 0.94% 0.38% -
HSV(B) 317.14º 0.97% 0.74% -
XYZ 25.25 12.6 24.39 -
YUV 75.24 162.3 208.43 -
System Red Green Blue C M Y K H S L
Decimal 188 6 136 0 0.97 0.28 0.26 317.14 0.94 0.38
Hex BC 6 88 0 61 1C 1A 13D 5E 26
Octal 274 6 210 0 141 34 32 475 136 46
Binary 10111100 110 10001000 0 1100001 11100 11010 100111101 1011110 100110

Color Harmonies of #BC0688

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC0688

Black with #BC0688

Text Example


Text Example

White with #BC0688

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC0688; }

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

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

background-color css

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

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

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

border-color css

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

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

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