Html Css Color HEX #BC3F89 Medium Red Violet

📋 copy color: '#BC3F89'

red 188 ◦ green 63 ◦ blue 137

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

Shades of Medium Red Violet #BC3F89

Tints of Medium Red Violet #BC3F89

RGB

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

 GREEN value IS 63 (25% from 255) = 16.24%

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

R = 48.45%
G = 16.24%
B = 35.31%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.27

 K value IS 0.26

RGB Variations

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

Color information

#BC3F89 (or 0xBC3F89) is known color: Medium Red Violet. HEX triplet: BC, 3F and 89. RGB value is (188,63,137). Sum of RGB (Red+Green+Blue) = 188+63+137=388 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.45% from 388); Green value is 63 (25% from 255 or 16.24% from 388); Blue value is 137 (53.91% from 255 or 35.31% from 388); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3F89 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC3F89 is #43C076. Grayscale: #6C6C6C. Windows color (decimal): -4440183 or 8994748. OLE color: 8994748.

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

Color convert

RGB 188 63 137 -
CMYK 0 0.66 0.27 0.26
HSL 324.48º 0.5% 0.49% -
HSV(B) 324.48º 0.66% 0.74% -
XYZ 27.03 16.05 25.34 -
YUV 108.81 143.91 184.48 -
System Red Green Blue C M Y K H S L
Decimal 188 63 137 0 0.66 0.27 0.26 324.48 0.5 0.49
Hex BC 3F 89 0 42 1B 1A 144 32 31
Octal 274 77 211 0 102 33 32 504 62 61
Binary 10111100 111111 10001001 0 1000010 11011 11010 101000100 110010 110001

Color Harmonies of #BC3F89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3F89

Black with #BC3F89

Text Example


Text Example

White with #BC3F89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3F89; }

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

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

background-color css

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

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

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

border-color css

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

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

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