Html Css Color HEX #BC3A8F Medium Red Violet

📋 copy color: '#BC3A8F'

red 188 ◦ green 58 ◦ blue 143

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

Shades of Medium Red Violet #BC3A8F

Tints of Medium Red Violet #BC3A8F

RGB

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

 GREEN value IS 58 (23.05% from 255) = 14.91%

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

R = 48.33%
G = 14.91%
B = 36.76%

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

#BC3A8F (or 0xBC3A8F) is known color: Medium Red Violet. HEX triplet: BC, 3A and 8F. RGB value is (188,58,143). Sum of RGB (Red+Green+Blue) = 188+58+143=389 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.33% from 389); Green value is 58 (23.05% from 255 or 14.91% from 389); Blue value is 143 (56.25% from 255 or 36.76% from 389); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3A8F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC3A8F is #43C570. Grayscale: #6A6A6A. Windows color (decimal): -4441457 or 9386684. OLE color: 9386684.

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

Color convert

RGB 188 58 143 -
CMYK 0 0.69 0.24 0.26
HSL 320.77º 0.53% 0.48% -
HSV(B) 320.77º 0.69% 0.74% -
XYZ 27.21 15.7 27.58 -
YUV 106.56 148.57 186.09 -
System Red Green Blue C M Y K H S L
Decimal 188 58 143 0 0.69 0.24 0.26 320.77 0.53 0.48
Hex BC 3A 8F 0 45 18 1A 141 35 30
Octal 274 72 217 0 105 30 32 501 65 60
Binary 10111100 111010 10001111 0 1000101 11000 11010 101000001 110101 110000

Color Harmonies of #BC3A8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3A8F

Black with #BC3A8F

Text Example


Text Example

White with #BC3A8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3A8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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