Html Css Color HEX #BC0689 Medium Violet Red

📋 copy color: '#BC0689'

red 188 ◦ green 6 ◦ blue 137

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

Shades of Medium Violet Red #BC0689

Tints of Medium Violet Red #BC0689

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 41.39%

R = 56.8%
G = 1.81%
B = 41.39%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.27

 K value IS 0.26

RGB Variations

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

Color information

#BC0689 (or 0xBC0689) is known color: Medium Violet Red. HEX triplet: BC, 06 and 89. RGB value is (188,6,137). Sum of RGB (Red+Green+Blue) = 188+6+137=331 (43% of max value = 765). Red value is 188 (73.83% from 255 or 56.80% from 331); Green value is 6 (2.73% from 255 or 1.81% from 331); Blue value is 137 (53.91% from 255 or 41.39% from 331); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0689 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC0689 is #43F976. Grayscale: #4B4B4B. Windows color (decimal): -4454775 or 8980156. OLE color: 8980156.

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

Color convert

RGB 188 6 137 -
CMYK 0 0.97 0.27 0.26
HSL 316.81º 0.94% 0.38% -
HSV(B) 316.81º 0.97% 0.74% -
XYZ 25.32 12.63 24.77 -
YUV 75.35 162.8 208.35 -
System Red Green Blue C M Y K H S L
Decimal 188 6 137 0 0.97 0.27 0.26 316.81 0.94 0.38
Hex BC 6 89 0 61 1B 1A 13D 5E 26
Octal 274 6 211 0 141 33 32 475 136 46
Binary 10111100 110 10001001 0 1100001 11011 11010 100111101 1011110 100110

Color Harmonies of #BC0689

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC0689

Black with #BC0689

Text Example


Text Example

White with #BC0689

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC0689; }

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

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

background-color css

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

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

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

border-color css

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

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

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