Html Css Color HEX #BC3C9A Medium Red Violet

📋 copy color: '#BC3C9A'

red 188 ◦ green 60 ◦ blue 154

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

Shades of Medium Red Violet #BC3C9A

Tints of Medium Red Violet #BC3C9A

RGB

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

 GREEN value IS 60 (23.83% from 255) = 14.93%

 BLUE value IS 154 (60.55% from 255) = 38.31%

R = 46.77%
G = 14.93%
B = 38.31%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.18

 K value IS 0.26

RGB Variations

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

Color information

#BC3C9A (or 0xBC3C9A) is known color: Medium Red Violet. HEX triplet: BC, 3C and 9A. RGB value is (188,60,154). Sum of RGB (Red+Green+Blue) = 188+60+154=402 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.77% from 402); Green value is 60 (23.83% from 255 or 14.93% from 402); Blue value is 154 (60.55% from 255 or 38.31% from 402); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3C9A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC3C9A is #43C365. Grayscale: #6C6C6C. Windows color (decimal): -4440934 or 10108092. OLE color: 10108092.

HSL color Cylindrical-coordinate representation of color #BC3C9A: hue angle of 315.94º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BC3C9A is Cyan = 0, Magento = 0.68, Yellow = 0.18 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 60 154 -
CMYK 0 0.68 0.18 0.26
HSL 315.94º 0.52% 0.49% -
HSV(B) 315.94º 0.68% 0.74% -
XYZ 28.19 16.26 32.22 -
YUV 108.99 153.41 184.36 -
System Red Green Blue C M Y K H S L
Decimal 188 60 154 0 0.68 0.18 0.26 315.94 0.52 0.49
Hex BC 3C 9A 0 44 12 1A 13C 34 31
Octal 274 74 232 0 104 22 32 474 64 61
Binary 10111100 111100 10011010 0 1000100 10010 11010 100111100 110100 110001

Color Harmonies of #BC3C9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3C9A

Black with #BC3C9A

Text Example


Text Example

White with #BC3C9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3C9A; }

 p { color: rgb(188,60,154); }

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

background-color css

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

 a { background-color: rgb(188,60,154); }

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

border-color css

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

 span { border-color: rgb(188,60,154); }

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