Html Css Color HEX #BC348F Medium Red Violet

📋 copy color: '#BC348F'

red 188 ◦ green 52 ◦ blue 143

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

Shades of Medium Red Violet #BC348F

Tints of Medium Red Violet #BC348F

RGB

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

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

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

R = 49.09%
G = 13.58%
B = 37.34%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.24

 K value IS 0.26

RGB Variations

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

Color information

#BC348F (or 0xBC348F) is known color: Medium Red Violet. HEX triplet: BC, 34 and 8F. RGB value is (188,52,143). Sum of RGB (Red+Green+Blue) = 188+52+143=383 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.09% from 383); Green value is 52 (20.70% from 255 or 13.58% from 383); Blue value is 143 (56.25% from 255 or 37.34% from 383); Max value from RGB is 188 - color contains mainly: red. Hex color #BC348F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC348F is #43CB70. Grayscale: #666666. Windows color (decimal): -4442993 or 9385148. OLE color: 9385148.

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

Color convert

RGB 188 52 143 -
CMYK 0 0.72 0.24 0.26
HSL 319.85º 0.57% 0.47% -
HSV(B) 319.85º 0.72% 0.74% -
XYZ 26.92 15.13 27.49 -
YUV 103.04 150.56 188.6 -
System Red Green Blue C M Y K H S L
Decimal 188 52 143 0 0.72 0.24 0.26 319.85 0.57 0.47
Hex BC 34 8F 0 48 18 1A 140 39 2F
Octal 274 64 217 0 110 30 32 500 71 57
Binary 10111100 110100 10001111 0 1001000 11000 11010 101000000 111001 101111

Color Harmonies of #BC348F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC348F

Black with #BC348F

Text Example


Text Example

White with #BC348F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC348F; }

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

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

background-color css

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

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

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

border-color css

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

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

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