Html Css Color HEX #BC1397 Medium Violet Red

📋 copy color: '#BC1397'

red 188 ◦ green 19 ◦ blue 151

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

Shades of Medium Violet Red #BC1397

Tints of Medium Violet Red #BC1397

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.31%

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

R = 52.51%
G = 5.31%
B = 42.18%

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

#BC1397 (or 0xBC1397) is known color: Medium Violet Red. HEX triplet: BC, 13 and 97. RGB value is (188,19,151). Sum of RGB (Red+Green+Blue) = 188+19+151=358 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.51% from 358); Green value is 19 (7.81% from 255 or 5.31% from 358); Blue value is 151 (59.38% from 255 or 42.18% from 358); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1397 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC1397 is #43EC68. Grayscale: #545454. Windows color (decimal): -4451433 or 9900988. OLE color: 9900988.

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

Color convert

RGB 188 19 151 -
CMYK 0 0.90 0.20 0.26
HSL 313.14º 0.82% 0.41% -
HSV(B) 313.14º 0.9% 0.74% -
XYZ 26.56 13.39 30.46 -
YUV 84.58 165.49 201.77 -
System Red Green Blue C M Y K H S L
Decimal 188 19 151 0 0.90 0.20 0.26 313.14 0.82 0.41
Hex BC 13 97 0 5A 14 1A 139 52 29
Octal 274 23 227 0 132 24 32 471 122 51
Binary 10111100 10011 10010111 0 1011010 10100 11010 100111001 1010010 101001

Color Harmonies of #BC1397

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1397

Black with #BC1397

Text Example


Text Example

White with #BC1397

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1397; }

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

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

background-color css

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

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

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

border-color css

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

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

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