Html Css Color HEX #BC0691 Medium Violet Red

📋 copy color: '#BC0691'

red 188 ◦ green 6 ◦ blue 145

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

Shades of Medium Violet Red #BC0691

Tints of Medium Violet Red #BC0691

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 42.77%

R = 55.46%
G = 1.77%
B = 42.77%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.23

 K value IS 0.26

RGB Variations

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

Color information

#BC0691 (or 0xBC0691) is known color: Medium Violet Red. HEX triplet: BC, 06 and 91. RGB value is (188,6,145). Sum of RGB (Red+Green+Blue) = 188+6+145=339 (44% of max value = 765). Red value is 188 (73.83% from 255 or 55.46% from 339); Green value is 6 (2.73% from 255 or 1.77% from 339); Blue value is 145 (57.03% from 255 or 42.77% from 339); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0691 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC0691 is #43F96E. Grayscale: #4B4B4B. Windows color (decimal): -4454767 or 9504444. OLE color: 9504444.

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

Color convert

RGB 188 6 145 -
CMYK 0 0.97 0.23 0.26
HSL 314.18º 0.94% 0.38% -
HSV(B) 314.18º 0.97% 0.74% -
XYZ 25.92 12.87 27.91 -
YUV 76.26 166.8 207.7 -
System Red Green Blue C M Y K H S L
Decimal 188 6 145 0 0.97 0.23 0.26 314.18 0.94 0.38
Hex BC 6 91 0 61 17 1A 13A 5E 26
Octal 274 6 221 0 141 27 32 472 136 46
Binary 10111100 110 10010001 0 1100001 10111 11010 100111010 1011110 100110

Color Harmonies of #BC0691

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC0691

Black with #BC0691

Text Example


Text Example

White with #BC0691

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC0691; }

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

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

background-color css

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

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

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

border-color css

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

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

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