Html Css Color HEX #BC359E Medium Red Violet

📋 copy color: '#BC359E'

red 188 ◦ green 53 ◦ blue 158

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

Shades of Medium Red Violet #BC359E

Tints of Medium Red Violet #BC359E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 39.6%

R = 47.12%
G = 13.28%
B = 39.6%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.16

 K value IS 0.26

RGB Variations

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

Color information

#BC359E (or 0xBC359E) is known color: Medium Red Violet. HEX triplet: BC, 35 and 9E. RGB value is (188,53,158). Sum of RGB (Red+Green+Blue) = 188+53+158=399 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.12% from 399); Green value is 53 (21.09% from 255 or 13.28% from 399); Blue value is 158 (62.11% from 255 or 39.60% from 399); Max value from RGB is 188 - color contains mainly: red. Hex color #BC359E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC359E is #43CA61. Grayscale: #696969. Windows color (decimal): -4442722 or 10368444. OLE color: 10368444.

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

Color convert

RGB 188 53 158 -
CMYK 0 0.72 0.16 0.26
HSL 313.33º 0.56% 0.47% -
HSV(B) 313.33º 0.72% 0.74% -
XYZ 28.18 15.71 33.89 -
YUV 105.34 157.73 186.96 -
System Red Green Blue C M Y K H S L
Decimal 188 53 158 0 0.72 0.16 0.26 313.33 0.56 0.47
Hex BC 35 9E 0 48 10 1A 139 38 2F
Octal 274 65 236 0 110 20 32 471 70 57
Binary 10111100 110101 10011110 0 1001000 10000 11010 100111001 111000 101111

Color Harmonies of #BC359E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC359E

Black with #BC359E

Text Example


Text Example

White with #BC359E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC359E; }

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

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

background-color css

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

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

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

border-color css

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

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

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