Html Css Color HEX #BC3396 Medium Red Violet

📋 copy color: '#BC3396'

red 188 ◦ green 51 ◦ blue 150

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

Shades of Medium Red Violet #BC3396

Tints of Medium Red Violet #BC3396

RGB

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

 GREEN value IS 51 (20.31% from 255) = 13.11%

 BLUE value IS 150 (58.98% from 255) = 38.56%

R = 48.33%
G = 13.11%
B = 38.56%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.20

 K value IS 0.26

RGB Variations

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

Color information

#BC3396 (or 0xBC3396) is known color: Medium Red Violet. HEX triplet: BC, 33 and 96. RGB value is (188,51,150). Sum of RGB (Red+Green+Blue) = 188+51+150=389 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.33% from 389); Green value is 51 (20.31% from 255 or 13.11% from 389); Blue value is 150 (58.98% from 255 or 38.56% from 389); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3396 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC3396 is #43CC69. Grayscale: #666666. Windows color (decimal): -4443242 or 9843644. OLE color: 9843644.

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

Color convert

RGB 188 51 150 -
CMYK 0 0.73 0.20 0.26
HSL 316.64º 0.57% 0.47% -
HSV(B) 316.64º 0.73% 0.74% -
XYZ 27.43 15.26 30.35 -
YUV 103.25 154.39 188.45 -
System Red Green Blue C M Y K H S L
Decimal 188 51 150 0 0.73 0.20 0.26 316.64 0.57 0.47
Hex BC 33 96 0 49 14 1A 13D 39 2F
Octal 274 63 226 0 111 24 32 475 71 57
Binary 10111100 110011 10010110 0 1001001 10100 11010 100111101 111001 101111

Color Harmonies of #BC3396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3396

Black with #BC3396

Text Example


Text Example

White with #BC3396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3396; }

 p { color: rgb(188,51,150); }

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

background-color css

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

 a { background-color: rgb(188,51,150); }

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

border-color css

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

 span { border-color: rgb(188,51,150); }

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