Html Css Color HEX #BC348A Medium Red Violet

📋 copy color: '#BC348A'

red 188 ◦ green 52 ◦ blue 138

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

Shades of Medium Red Violet #BC348A

Tints of Medium Red Violet #BC348A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 36.51%

R = 49.74%
G = 13.76%
B = 36.51%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.27

 K value IS 0.26

RGB Variations

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

Color information

#BC348A (or 0xBC348A) is known color: Medium Red Violet. HEX triplet: BC, 34 and 8A. RGB value is (188,52,138). Sum of RGB (Red+Green+Blue) = 188+52+138=378 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.74% from 378); Green value is 52 (20.70% from 255 or 13.76% from 378); Blue value is 138 (54.30% from 255 or 36.51% from 378); Max value from RGB is 188 - color contains mainly: red. Hex color #BC348A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC348A is #43CB75. Grayscale: #666666. Windows color (decimal): -4442998 or 9057468. OLE color: 9057468.

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

Color convert

RGB 188 52 138 -
CMYK 0 0.72 0.27 0.26
HSL 322.06º 0.57% 0.47% -
HSV(B) 322.06º 0.72% 0.74% -
XYZ 26.55 14.98 25.54 -
YUV 102.47 148.06 189.01 -
System Red Green Blue C M Y K H S L
Decimal 188 52 138 0 0.72 0.27 0.26 322.06 0.57 0.47
Hex BC 34 8A 0 48 1B 1A 142 39 2F
Octal 274 64 212 0 110 33 32 502 71 57
Binary 10111100 110100 10001010 0 1001000 11011 11010 101000010 111001 101111

Color Harmonies of #BC348A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC348A

Black with #BC348A

Text Example


Text Example

White with #BC348A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC348A; }

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

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

background-color css

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

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

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

border-color css

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

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

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