Html Css Color HEX #BC3B8F Medium Red Violet

📋 copy color: '#BC3B8F'

red 188 ◦ green 59 ◦ blue 143

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

Shades of Medium Red Violet #BC3B8F

Tints of Medium Red Violet #BC3B8F

RGB

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

 GREEN value IS 59 (23.44% from 255) = 15.13%

 BLUE value IS 143 (56.25% from 255) = 36.67%

R = 48.21%
G = 15.13%
B = 36.67%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.24

 K value IS 0.26

RGB Variations

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

Color information

#BC3B8F (or 0xBC3B8F) is known color: Medium Red Violet. HEX triplet: BC, 3B and 8F. RGB value is (188,59,143). Sum of RGB (Red+Green+Blue) = 188+59+143=390 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.21% from 390); Green value is 59 (23.44% from 255 or 15.13% from 390); Blue value is 143 (56.25% from 255 or 36.67% from 390); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3B8F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC3B8F is #43C470. Grayscale: #6A6A6A. Windows color (decimal): -4441201 or 9386940. OLE color: 9386940.

HSL color Cylindrical-coordinate representation of color #BC3B8F: hue angle of 320.93º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BC3B8F is Cyan = 0, Magento = 0.69, Yellow = 0.24 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 59 143 -
CMYK 0 0.69 0.24 0.26
HSL 320.93º 0.52% 0.48% -
HSV(B) 320.93º 0.69% 0.74% -
XYZ 27.26 15.8 27.6 -
YUV 107.15 148.24 185.67 -
System Red Green Blue C M Y K H S L
Decimal 188 59 143 0 0.69 0.24 0.26 320.93 0.52 0.48
Hex BC 3B 8F 0 45 18 1A 141 34 30
Octal 274 73 217 0 105 30 32 501 64 60
Binary 10111100 111011 10001111 0 1000101 11000 11010 101000001 110100 110000

Color Harmonies of #BC3B8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3B8F

Black with #BC3B8F

Text Example


Text Example

White with #BC3B8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3B8F; }

 p { color: rgb(188,59,143); }

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

background-color css

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

 a { background-color: rgb(188,59,143); }

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

border-color css

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

 span { border-color: rgb(188,59,143); }

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