Html Css Color HEX #BC32A6 Medium Red Violet

📋 copy color: '#BC32A6'

red 188 ◦ green 50 ◦ blue 166

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

Shades of Medium Red Violet #BC32A6

Tints of Medium Red Violet #BC32A6

RGB

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

 GREEN value IS 50 (19.92% from 255) = 12.38%

 BLUE value IS 166 (65.23% from 255) = 41.09%

R = 46.53%
G = 12.38%
B = 41.09%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.12

 K value IS 0.26

RGB Variations

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

Color information

#BC32A6 (or 0xBC32A6) is known color: Medium Red Violet. HEX triplet: BC, 32 and A6. RGB value is (188,50,166). Sum of RGB (Red+Green+Blue) = 188+50+166=404 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.53% from 404); Green value is 50 (19.92% from 255 or 12.38% from 404); Blue value is 166 (65.23% from 255 or 41.09% from 404); Max value from RGB is 188 - color contains mainly: red. Hex color #BC32A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC32A6 is #43CD59. Grayscale: #686868. Windows color (decimal): -4443482 or 10891964. OLE color: 10891964.

HSL color Cylindrical-coordinate representation of color #BC32A6: hue angle of 309.57º degrees, saturation: 0.58, 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 #BC32A6 is Cyan = 0, Magento = 0.73, Yellow = 0.12 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 50 166 -
CMYK 0 0.73 0.12 0.26
HSL 309.57º 0.58% 0.47% -
HSV(B) 309.57º 0.73% 0.74% -
XYZ 28.76 15.73 37.6 -
YUV 104.49 162.72 187.57 -
System Red Green Blue C M Y K H S L
Decimal 188 50 166 0 0.73 0.12 0.26 309.57 0.58 0.47
Hex BC 32 A6 0 49 C 1A 136 3A 2F
Octal 274 62 246 0 111 14 32 466 72 57
Binary 10111100 110010 10100110 0 1001001 1100 11010 100110110 111010 101111

Color Harmonies of #BC32A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC32A6

Black with #BC32A6

Text Example


Text Example

White with #BC32A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC32A6; }

 p { color: rgb(188,50,166); }

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

background-color css

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

 a { background-color: rgb(188,50,166); }

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

border-color css

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

 span { border-color: rgb(188,50,166); }

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