Html Css Color HEX #BC27AC Medium Red Violet

📋 copy color: '#BC27AC'

red 188 ◦ green 39 ◦ blue 172

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

Shades of Medium Red Violet #BC27AC

Tints of Medium Red Violet #BC27AC

RGB

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

 GREEN value IS 39 (15.63% from 255) = 9.77%

 BLUE value IS 172 (67.58% from 255) = 43.11%

R = 47.12%
G = 9.77%
B = 43.11%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.09

 K value IS 0.26

RGB Variations

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

Color information

#BC27AC (or 0xBC27AC) is known color: Medium Red Violet. HEX triplet: BC, 27 and AC. RGB value is (188,39,172). Sum of RGB (Red+Green+Blue) = 188+39+172=399 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.12% from 399); Green value is 39 (15.62% from 255 or 9.77% from 399); Blue value is 172 (67.58% from 255 or 43.11% from 399); Max value from RGB is 188 - color contains mainly: red. Hex color #BC27AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC27AC is #43D853. Grayscale: #626262. Windows color (decimal): -4446292 or 11282364. OLE color: 11282364.

HSL color Cylindrical-coordinate representation of color #BC27AC: hue angle of 306.44º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BC27AC is Cyan = 0, Magento = 0.79, Yellow = 0.09 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 39 172 -
CMYK 0 0.79 0.09 0.26
HSL 306.44º 0.66% 0.45% -
HSV(B) 306.44º 0.79% 0.74% -
XYZ 28.91 15.12 40.42 -
YUV 98.71 169.36 191.69 -
System Red Green Blue C M Y K H S L
Decimal 188 39 172 0 0.79 0.09 0.26 306.44 0.66 0.45
Hex BC 27 AC 0 4F 9 1A 132 42 2D
Octal 274 47 254 0 117 11 32 462 102 55
Binary 10111100 100111 10101100 0 1001111 1001 11010 100110010 1000010 101101

Color Harmonies of #BC27AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC27AC

Black with #BC27AC

Text Example


Text Example

White with #BC27AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC27AC; }

 p { color: rgb(188,39,172); }

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

background-color css

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

 a { background-color: rgb(188,39,172); }

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

border-color css

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

 span { border-color: rgb(188,39,172); }

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