Html Css Color HEX #BC3D8C Medium Red Violet

📋 copy color: '#BC3D8C'

red 188 ◦ green 61 ◦ blue 140

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

Shades of Medium Red Violet #BC3D8C

Tints of Medium Red Violet #BC3D8C

RGB

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

 GREEN value IS 61 (24.22% from 255) = 15.68%

 BLUE value IS 140 (55.08% from 255) = 35.99%

R = 48.33%
G = 15.68%
B = 35.99%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.26

 K value IS 0.26

RGB Variations

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

Color information

#BC3D8C (or 0xBC3D8C) is known color: Medium Red Violet. HEX triplet: BC, 3D and 8C. RGB value is (188,61,140). Sum of RGB (Red+Green+Blue) = 188+61+140=389 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.33% from 389); Green value is 61 (24.22% from 255 or 15.68% from 389); Blue value is 140 (55.08% from 255 or 35.99% from 389); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3D8C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC3D8C is #43C273. Grayscale: #6B6B6B. Windows color (decimal): -4440692 or 9190844. OLE color: 9190844.

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

Color convert

RGB 188 61 140 -
CMYK 0 0.68 0.26 0.26
HSL 322.68º 0.51% 0.49% -
HSV(B) 322.68º 0.68% 0.74% -
XYZ 27.14 15.92 26.45 -
YUV 107.98 146.08 185.08 -
System Red Green Blue C M Y K H S L
Decimal 188 61 140 0 0.68 0.26 0.26 322.68 0.51 0.49
Hex BC 3D 8C 0 44 1A 1A 143 33 31
Octal 274 75 214 0 104 32 32 503 63 61
Binary 10111100 111101 10001100 0 1000100 11010 11010 101000011 110011 110001

Color Harmonies of #BC3D8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3D8C

Black with #BC3D8C

Text Example


Text Example

White with #BC3D8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3D8C; }

 p { color: rgb(188,61,140); }

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

background-color css

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

 a { background-color: rgb(188,61,140); }

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

border-color css

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

 span { border-color: rgb(188,61,140); }

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