Html Css Color HEX #BC358A Medium Red Violet

📋 copy color: '#BC358A'

red 188 ◦ green 53 ◦ blue 138

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

Shades of Medium Red Violet #BC358A

Tints of Medium Red Violet #BC358A

RGB

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

 GREEN value IS 53 (21.09% from 255) = 13.98%

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

R = 49.6%
G = 13.98%
B = 36.41%

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

#BC358A (or 0xBC358A) is known color: Medium Red Violet. HEX triplet: BC, 35 and 8A. RGB value is (188,53,138). Sum of RGB (Red+Green+Blue) = 188+53+138=379 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.60% from 379); Green value is 53 (21.09% from 255 or 13.98% from 379); Blue value is 138 (54.30% from 255 or 36.41% from 379); Max value from RGB is 188 - color contains mainly: red. Hex color #BC358A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC358A is #43CA75. Grayscale: #666666. Windows color (decimal): -4442742 or 9057724. OLE color: 9057724.

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

Color convert

RGB 188 53 138 -
CMYK 0 0.72 0.27 0.26
HSL 322.22º 0.56% 0.47% -
HSV(B) 322.22º 0.72% 0.74% -
XYZ 26.6 15.07 25.55 -
YUV 103.06 147.73 188.59 -
System Red Green Blue C M Y K H S L
Decimal 188 53 138 0 0.72 0.27 0.26 322.22 0.56 0.47
Hex BC 35 8A 0 48 1B 1A 142 38 2F
Octal 274 65 212 0 110 33 32 502 70 57
Binary 10111100 110101 10001010 0 1001000 11011 11010 101000010 111000 101111

Color Harmonies of #BC358A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC358A

Black with #BC358A

Text Example


Text Example

White with #BC358A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC358A; }

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

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

background-color css

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

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

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

border-color css

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

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

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