Html Css Color HEX #BC1297 Medium Violet Red

📋 copy color: '#BC1297'

red 188 ◦ green 18 ◦ blue 151

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

Shades of Medium Violet Red #BC1297

Tints of Medium Violet Red #BC1297

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.04%

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

R = 52.66%
G = 5.04%
B = 42.3%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.20

 K value IS 0.26

RGB Variations

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

Color information

#BC1297 (or 0xBC1297) is known color: Medium Violet Red. HEX triplet: BC, 12 and 97. RGB value is (188,18,151). Sum of RGB (Red+Green+Blue) = 188+18+151=357 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.66% from 357); Green value is 18 (7.42% from 255 or 5.04% from 357); Blue value is 151 (59.38% from 255 or 42.30% from 357); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1297 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC1297 is #43ED68. Grayscale: #535353. Windows color (decimal): -4451689 or 9900732. OLE color: 9900732.

HSL color Cylindrical-coordinate representation of color #BC1297: hue angle of 313.06º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BC1297 is Cyan = 0, Magento = 0.90, Yellow = 0.20 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 18 151 -
CMYK 0 0.90 0.20 0.26
HSL 313.06º 0.83% 0.4% -
HSV(B) 313.06º 0.9% 0.74% -
XYZ 26.54 13.36 30.46 -
YUV 83.99 165.82 202.19 -
System Red Green Blue C M Y K H S L
Decimal 188 18 151 0 0.90 0.20 0.26 313.06 0.83 0.4
Hex BC 12 97 0 5A 14 1A 139 53 28
Octal 274 22 227 0 132 24 32 471 123 50
Binary 10111100 10010 10010111 0 1011010 10100 11010 100111001 1010011 101000

Color Harmonies of #BC1297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1297

Black with #BC1297

Text Example


Text Example

White with #BC1297

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1297; }

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

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

background-color css

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

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

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

border-color css

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

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

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