Html Css Color HEX #BC0697 Medium Violet Red

📋 copy color: '#BC0697'

red 188 ◦ green 6 ◦ blue 151

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

Shades of Medium Violet Red #BC0697

Tints of Medium Violet Red #BC0697

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 43.77%

R = 54.49%
G = 1.74%
B = 43.77%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.20

 K value IS 0.26

RGB Variations

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

Color information

#BC0697 (or 0xBC0697) is known color: Medium Violet Red. HEX triplet: BC, 06 and 97. RGB value is (188,6,151). Sum of RGB (Red+Green+Blue) = 188+6+151=345 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.49% from 345); Green value is 6 (2.73% from 255 or 1.74% from 345); Blue value is 151 (59.38% from 255 or 43.77% from 345); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0697 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC0697 is #43F968. Grayscale: #4C4C4C. Windows color (decimal): -4454761 or 9897660. OLE color: 9897660.

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

Color convert

RGB 188 6 151 -
CMYK 0 0.97 0.20 0.26
HSL 312.2º 0.94% 0.38% -
HSV(B) 312.2º 0.97% 0.74% -
XYZ 26.39 13.06 30.41 -
YUV 76.95 169.8 207.21 -
System Red Green Blue C M Y K H S L
Decimal 188 6 151 0 0.97 0.20 0.26 312.2 0.94 0.38
Hex BC 6 97 0 61 14 1A 138 5E 26
Octal 274 6 227 0 141 24 32 470 136 46
Binary 10111100 110 10010111 0 1100001 10100 11010 100111000 1011110 100110

Color Harmonies of #BC0697

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC0697

Black with #BC0697

Text Example


Text Example

White with #BC0697

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC0697; }

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

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

background-color css

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

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

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

border-color css

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

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

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