Html Css Color HEX #BC359C Medium Red Violet

📋 copy color: '#BC359C'

red 188 ◦ green 53 ◦ blue 156

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

Shades of Medium Red Violet #BC359C

Tints of Medium Red Violet #BC359C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 39.29%

R = 47.36%
G = 13.35%
B = 39.29%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.17

 K value IS 0.26

RGB Variations

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

Color information

#BC359C (or 0xBC359C) is known color: Medium Red Violet. HEX triplet: BC, 35 and 9C. RGB value is (188,53,156). Sum of RGB (Red+Green+Blue) = 188+53+156=397 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.36% from 397); Green value is 53 (21.09% from 255 or 13.35% from 397); Blue value is 156 (61.33% from 255 or 39.29% from 397); Max value from RGB is 188 - color contains mainly: red. Hex color #BC359C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC359C is #43CA63. Grayscale: #686868. Windows color (decimal): -4442724 or 10237372. OLE color: 10237372.

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

Color convert

RGB 188 53 156 -
CMYK 0 0.72 0.17 0.26
HSL 314.22º 0.56% 0.47% -
HSV(B) 314.22º 0.72% 0.74% -
XYZ 28.01 15.64 32.99 -
YUV 105.11 156.73 187.12 -
System Red Green Blue C M Y K H S L
Decimal 188 53 156 0 0.72 0.17 0.26 314.22 0.56 0.47
Hex BC 35 9C 0 48 11 1A 13A 38 2F
Octal 274 65 234 0 110 21 32 472 70 57
Binary 10111100 110101 10011100 0 1001000 10001 11010 100111010 111000 101111

Color Harmonies of #BC359C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC359C

Black with #BC359C

Text Example


Text Example

White with #BC359C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC359C; }

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

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

background-color css

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

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

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

border-color css

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

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

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