Html Css Color HEX #BC408F Medium Red Violet

📋 copy color: '#BC408F'

red 188 ◦ green 64 ◦ blue 143

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

Shades of Medium Red Violet #BC408F

Tints of Medium Red Violet #BC408F

RGB

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

 GREEN value IS 64 (25.39% from 255) = 16.2%

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

R = 47.59%
G = 16.2%
B = 36.2%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.24

 K value IS 0.26

RGB Variations

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

Color information

#BC408F (or 0xBC408F) is known color: Medium Red Violet. HEX triplet: BC, 40 and 8F. RGB value is (188,64,143). Sum of RGB (Red+Green+Blue) = 188+64+143=395 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.59% from 395); Green value is 64 (25.39% from 255 or 16.20% from 395); Blue value is 143 (56.25% from 255 or 36.20% from 395); Max value from RGB is 188 - color contains mainly: red. Hex color #BC408F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC408F is #43BF70. Grayscale: #6D6D6D. Windows color (decimal): -4439921 or 9388220. OLE color: 9388220.

HSL color Cylindrical-coordinate representation of color #BC408F: hue angle of 321.77º degrees, saturation: 0.49, 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 #BC408F is Cyan = 0, Magento = 0.66, Yellow = 0.24 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 64 143 -
CMYK 0 0.66 0.24 0.26
HSL 321.77º 0.49% 0.49% -
HSV(B) 321.77º 0.66% 0.74% -
XYZ 27.53 16.34 27.69 -
YUV 110.08 146.58 183.58 -
System Red Green Blue C M Y K H S L
Decimal 188 64 143 0 0.66 0.24 0.26 321.77 0.49 0.49
Hex BC 40 8F 0 42 18 1A 142 31 31
Octal 274 100 217 0 102 30 32 502 61 61
Binary 10111100 1000000 10001111 0 1000010 11000 11010 101000010 110001 110001

Color Harmonies of #BC408F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC408F

Black with #BC408F

Text Example


Text Example

White with #BC408F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC408F; }

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

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

background-color css

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

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

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

border-color css

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

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

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