Html Css Color HEX #BC1F89 Medium Violet Red

📋 copy color: '#BC1F89'

red 188 ◦ green 31 ◦ blue 137

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

Shades of Medium Violet Red #BC1F89

Tints of Medium Violet Red #BC1F89

RGB

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

 GREEN value IS 31 (12.5% from 255) = 8.71%

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

R = 52.81%
G = 8.71%
B = 38.48%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.27

 K value IS 0.26

RGB Variations

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

Color information

#BC1F89 (or 0xBC1F89) is known color: Medium Violet Red. HEX triplet: BC, 1F and 89. RGB value is (188,31,137). Sum of RGB (Red+Green+Blue) = 188+31+137=356 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.81% from 356); Green value is 31 (12.5% from 255 or 8.71% from 356); Blue value is 137 (53.91% from 255 or 38.48% from 356); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1F89 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC1F89 is #43E076. Grayscale: #595959. Windows color (decimal): -4448375 or 8986556. OLE color: 8986556.

HSL color Cylindrical-coordinate representation of color #BC1F89: hue angle of 319.49º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BC1F89 is Cyan = 0, Magento = 0.84, Yellow = 0.27 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 31 137 -
CMYK 0 0.84 0.27 0.26
HSL 319.49º 0.72% 0.43% -
HSV(B) 319.49º 0.84% 0.74% -
XYZ 25.74 13.48 24.91 -
YUV 90.03 154.51 197.88 -
System Red Green Blue C M Y K H S L
Decimal 188 31 137 0 0.84 0.27 0.26 319.49 0.72 0.43
Hex BC 1F 89 0 54 1B 1A 13F 48 2B
Octal 274 37 211 0 124 33 32 477 110 53
Binary 10111100 11111 10001001 0 1010100 11011 11010 100111111 1001000 101011

Color Harmonies of #BC1F89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1F89

Black with #BC1F89

Text Example


Text Example

White with #BC1F89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1F89; }

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

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

background-color css

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

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

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

border-color css

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

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

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