Html Css Color HEX #BC22AC Medium Violet Red

📋 copy color: '#BC22AC'

red 188 ◦ green 34 ◦ blue 172

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

Shades of Medium Violet Red #BC22AC

Tints of Medium Violet Red #BC22AC

RGB

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

 GREEN value IS 34 (13.67% from 255) = 8.63%

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

R = 47.72%
G = 8.63%
B = 43.65%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.09

 K value IS 0.26

RGB Variations

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

Color information

#BC22AC (or 0xBC22AC) is known color: Medium Violet Red. HEX triplet: BC, 22 and AC. RGB value is (188,34,172). Sum of RGB (Red+Green+Blue) = 188+34+172=394 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.72% from 394); Green value is 34 (13.67% from 255 or 8.63% from 394); Blue value is 172 (67.58% from 255 or 43.65% from 394); Max value from RGB is 188 - color contains mainly: red. Hex color #BC22AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC22AC is #43DD53. Grayscale: #5F5F5F. Windows color (decimal): -4447572 or 11281084. OLE color: 11281084.

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

Color convert

RGB 188 34 172 -
CMYK 0 0.82 0.09 0.26
HSL 306.23º 0.69% 0.44% -
HSV(B) 306.23º 0.82% 0.74% -
XYZ 28.76 14.81 40.37 -
YUV 95.78 171.02 193.78 -
System Red Green Blue C M Y K H S L
Decimal 188 34 172 0 0.82 0.09 0.26 306.23 0.69 0.44
Hex BC 22 AC 0 52 9 1A 132 45 2C
Octal 274 42 254 0 122 11 32 462 105 54
Binary 10111100 100010 10101100 0 1010010 1001 11010 100110010 1000101 101100

Color Harmonies of #BC22AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC22AC

Black with #BC22AC

Text Example


Text Example

White with #BC22AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC22AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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