Html Css Color HEX #BC349B Medium Red Violet

📋 copy color: '#BC349B'

red 188 ◦ green 52 ◦ blue 155

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

Shades of Medium Red Violet #BC349B

Tints of Medium Red Violet #BC349B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 39.24%

R = 47.59%
G = 13.16%
B = 39.24%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.18

 K value IS 0.26

RGB Variations

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

Color information

#BC349B (or 0xBC349B) is known color: Medium Red Violet. HEX triplet: BC, 34 and 9B. RGB value is (188,52,155). Sum of RGB (Red+Green+Blue) = 188+52+155=395 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.59% from 395); Green value is 52 (20.70% from 255 or 13.16% from 395); Blue value is 155 (60.94% from 255 or 39.24% from 395); Max value from RGB is 188 - color contains mainly: red. Hex color #BC349B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC349B is #43CB64. Grayscale: #686868. Windows color (decimal): -4442981 or 10171580. OLE color: 10171580.

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

Color convert

RGB 188 52 155 -
CMYK 0 0.72 0.18 0.26
HSL 314.56º 0.57% 0.47% -
HSV(B) 314.56º 0.72% 0.74% -
XYZ 27.88 15.51 32.54 -
YUV 104.41 156.56 187.62 -
System Red Green Blue C M Y K H S L
Decimal 188 52 155 0 0.72 0.18 0.26 314.56 0.57 0.47
Hex BC 34 9B 0 48 12 1A 13B 39 2F
Octal 274 64 233 0 110 22 32 473 71 57
Binary 10111100 110100 10011011 0 1001000 10010 11010 100111011 111001 101111

Color Harmonies of #BC349B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC349B

Black with #BC349B

Text Example


Text Example

White with #BC349B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC349B; }

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

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

background-color css

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

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

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

border-color css

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

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

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