Html Css Color HEX #BC348C Medium Red Violet

📋 copy color: '#BC348C'

red 188 ◦ green 52 ◦ blue 140

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

Shades of Medium Red Violet #BC348C

Tints of Medium Red Violet #BC348C

RGB

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

 GREEN value IS 52 (20.7% from 255) = 13.68%

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

R = 49.47%
G = 13.68%
B = 36.84%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.26

 K value IS 0.26

RGB Variations

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

Color information

#BC348C (or 0xBC348C) is known color: Medium Red Violet. HEX triplet: BC, 34 and 8C. RGB value is (188,52,140). Sum of RGB (Red+Green+Blue) = 188+52+140=380 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.47% from 380); Green value is 52 (20.70% from 255 or 13.68% from 380); Blue value is 140 (55.08% from 255 or 36.84% from 380); Max value from RGB is 188 - color contains mainly: red. Hex color #BC348C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC348C is #43CB73. Grayscale: #666666. Windows color (decimal): -4442996 or 9188540. OLE color: 9188540.

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

Color convert

RGB 188 52 140 -
CMYK 0 0.72 0.26 0.26
HSL 321.18º 0.57% 0.47% -
HSV(B) 321.18º 0.72% 0.74% -
XYZ 26.7 15.04 26.31 -
YUV 102.7 149.06 188.84 -
System Red Green Blue C M Y K H S L
Decimal 188 52 140 0 0.72 0.26 0.26 321.18 0.57 0.47
Hex BC 34 8C 0 48 1A 1A 141 39 2F
Octal 274 64 214 0 110 32 32 501 71 57
Binary 10111100 110100 10001100 0 1001000 11010 11010 101000001 111001 101111

Color Harmonies of #BC348C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC348C

Black with #BC348C

Text Example


Text Example

White with #BC348C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC348C; }

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

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

background-color css

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

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

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

border-color css

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

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

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