Html Css Color HEX #BC347F Medium Red Violet

📋 copy color: '#BC347F'

red 188 ◦ green 52 ◦ blue 127

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

Shades of Medium Red Violet #BC347F

Tints of Medium Red Violet #BC347F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 34.6%

R = 51.23%
G = 14.17%
B = 34.6%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.32

 K value IS 0.26

RGB Variations

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

Color information

#BC347F (or 0xBC347F) is known color: Medium Red Violet. HEX triplet: BC, 34 and 7F. RGB value is (188,52,127). Sum of RGB (Red+Green+Blue) = 188+52+127=367 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.23% from 367); Green value is 52 (20.70% from 255 or 14.17% from 367); Blue value is 127 (50% from 255 or 34.60% from 367); Max value from RGB is 188 - color contains mainly: red. Hex color #BC347F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC347F is #43CB80. Grayscale: #656565. Windows color (decimal): -4443009 or 8336572. OLE color: 8336572.

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

Color convert

RGB 188 52 127 -
CMYK 0 0.72 0.32 0.26
HSL 326.91º 0.57% 0.47% -
HSV(B) 326.91º 0.72% 0.74% -
XYZ 25.8 14.68 21.55 -
YUV 101.21 142.56 189.9 -
System Red Green Blue C M Y K H S L
Decimal 188 52 127 0 0.72 0.32 0.26 326.91 0.57 0.47
Hex BC 34 7F 0 48 20 1A 147 39 2F
Octal 274 64 177 0 110 40 32 507 71 57
Binary 10111100 110100 1111111 0 1001000 100000 11010 101000111 111001 101111

Color Harmonies of #BC347F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC347F

Black with #BC347F

Text Example


Text Example

White with #BC347F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC347F; }

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

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

background-color css

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

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

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

border-color css

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

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

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