Html Css Color HEX #BC369C Medium Red Violet

📋 copy color: '#BC369C'

red 188 ◦ green 54 ◦ blue 156

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

Shades of Medium Red Violet #BC369C

Tints of Medium Red Violet #BC369C

RGB

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

 GREEN value IS 54 (21.48% from 255) = 13.57%

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

R = 47.24%
G = 13.57%
B = 39.2%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.17

 K value IS 0.26

RGB Variations

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

Color information

#BC369C (or 0xBC369C) is known color: Medium Red Violet. HEX triplet: BC, 36 and 9C. RGB value is (188,54,156). Sum of RGB (Red+Green+Blue) = 188+54+156=398 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.24% from 398); Green value is 54 (21.48% from 255 or 13.57% from 398); Blue value is 156 (61.33% from 255 or 39.20% from 398); Max value from RGB is 188 - color contains mainly: red. Hex color #BC369C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC369C is #43C963. Grayscale: #696969. Windows color (decimal): -4442468 or 10237628. OLE color: 10237628.

HSL color Cylindrical-coordinate representation of color #BC369C: hue angle of 314.33º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BC369C is Cyan = 0, Magento = 0.71, Yellow = 0.17 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 54 156 -
CMYK 0 0.71 0.17 0.26
HSL 314.33º 0.55% 0.47% -
HSV(B) 314.33º 0.71% 0.74% -
XYZ 28.06 15.73 33.01 -
YUV 105.69 156.39 186.71 -
System Red Green Blue C M Y K H S L
Decimal 188 54 156 0 0.71 0.17 0.26 314.33 0.55 0.47
Hex BC 36 9C 0 47 11 1A 13A 37 2F
Octal 274 66 234 0 107 21 32 472 67 57
Binary 10111100 110110 10011100 0 1000111 10001 11010 100111010 110111 101111

Color Harmonies of #BC369C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC369C

Black with #BC369C

Text Example


Text Example

White with #BC369C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC369C; }

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

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

background-color css

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

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

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

border-color css

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

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

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