Html Css Color HEX #BC359B Medium Red Violet

📋 copy color: '#BC359B'

red 188 ◦ green 53 ◦ blue 155

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

Shades of Medium Red Violet #BC359B

Tints of Medium Red Violet #BC359B

RGB

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

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

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

R = 47.47%
G = 13.38%
B = 39.14%

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

#BC359B (or 0xBC359B) is known color: Medium Red Violet. HEX triplet: BC, 35 and 9B. RGB value is (188,53,155). Sum of RGB (Red+Green+Blue) = 188+53+155=396 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.47% from 396); Green value is 53 (21.09% from 255 or 13.38% from 396); Blue value is 155 (60.94% from 255 or 39.14% from 396); Max value from RGB is 188 - color contains mainly: red. Hex color #BC359B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC359B is #43CA64. Grayscale: #686868. Windows color (decimal): -4442725 or 10171836. OLE color: 10171836.

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

Color convert

RGB 188 53 155 -
CMYK 0 0.72 0.18 0.26
HSL 314.67º 0.56% 0.47% -
HSV(B) 314.67º 0.72% 0.74% -
XYZ 27.93 15.6 32.55 -
YUV 104.99 156.23 187.21 -
System Red Green Blue C M Y K H S L
Decimal 188 53 155 0 0.72 0.18 0.26 314.67 0.56 0.47
Hex BC 35 9B 0 48 12 1A 13B 38 2F
Octal 274 65 233 0 110 22 32 473 70 57
Binary 10111100 110101 10011011 0 1001000 10010 11010 100111011 111000 101111

Color Harmonies of #BC359B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC359B

Black with #BC359B

Text Example


Text Example

White with #BC359B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC359B; }

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

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

background-color css

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

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

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

border-color css

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

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

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