Html Css Color HEX #BC17AA Medium Violet Red

📋 copy color: '#BC17AA'

red 188 ◦ green 23 ◦ blue 170

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

Shades of Medium Violet Red #BC17AA

Tints of Medium Violet Red #BC17AA

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.04%

 BLUE value IS 170 (66.8% from 255) = 44.62%

R = 49.34%
G = 6.04%
B = 44.62%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.10

 K value IS 0.26

RGB Variations

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

Color information

#BC17AA (or 0xBC17AA) is known color: Medium Violet Red. HEX triplet: BC, 17 and AA. RGB value is (188,23,170). Sum of RGB (Red+Green+Blue) = 188+23+170=381 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.34% from 381); Green value is 23 (9.38% from 255 or 6.04% from 381); Blue value is 170 (66.80% from 255 or 44.62% from 381); Max value from RGB is 188 - color contains mainly: red. Hex color #BC17AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC17AA is #43E855. Grayscale: #585858. Windows color (decimal): -4450390 or 11147196. OLE color: 11147196.

HSL color Cylindrical-coordinate representation of color #BC17AA: hue angle of 306.55º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BC17AA is Cyan = 0, Magento = 0.88, Yellow = 0.10 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 23 170 -
CMYK 0 0.88 0.10 0.26
HSL 306.55º 0.78% 0.41% -
HSV(B) 306.55º 0.88% 0.74% -
XYZ 28.3 14.21 39.28 -
YUV 89.09 173.66 198.55 -
System Red Green Blue C M Y K H S L
Decimal 188 23 170 0 0.88 0.10 0.26 306.55 0.78 0.41
Hex BC 17 AA 0 58 A 1A 133 4E 29
Octal 274 27 252 0 130 12 32 463 116 51
Binary 10111100 10111 10101010 0 1011000 1010 11010 100110011 1001110 101001

Color Harmonies of #BC17AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC17AA

Black with #BC17AA

Text Example


Text Example

White with #BC17AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC17AA; }

 p { color: rgb(188,23,170); }

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

background-color css

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

 a { background-color: rgb(188,23,170); }

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

border-color css

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

 span { border-color: rgb(188,23,170); }

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