Html Css Color HEX #BC17A2 Medium Violet Red

📋 copy color: '#BC17A2'

red 188 ◦ green 23 ◦ blue 162

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

Shades of Medium Violet Red #BC17A2

Tints of Medium Violet Red #BC17A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 43.43%

R = 50.4%
G = 6.17%
B = 43.43%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.14

 K value IS 0.26

RGB Variations

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

Color information

#BC17A2 (or 0xBC17A2) is known color: Medium Violet Red. HEX triplet: BC, 17 and A2. RGB value is (188,23,162). Sum of RGB (Red+Green+Blue) = 188+23+162=373 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.40% from 373); Green value is 23 (9.38% from 255 or 6.17% from 373); Blue value is 162 (63.67% from 255 or 43.43% from 373); Max value from RGB is 188 - color contains mainly: red. Hex color #BC17A2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC17A2 is #43E85D. Grayscale: #575757. Windows color (decimal): -4450398 or 10622908. OLE color: 10622908.

HSL color Cylindrical-coordinate representation of color #BC17A2: hue angle of 309.45º 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 #BC17A2 is Cyan = 0, Magento = 0.88, Yellow = 0.14 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 23 162 -
CMYK 0 0.88 0.14 0.26
HSL 309.45º 0.78% 0.41% -
HSV(B) 309.45º 0.88% 0.74% -
XYZ 27.57 13.91 35.41 -
YUV 88.18 169.66 199.2 -
System Red Green Blue C M Y K H S L
Decimal 188 23 162 0 0.88 0.14 0.26 309.45 0.78 0.41
Hex BC 17 A2 0 58 E 1A 135 4E 29
Octal 274 27 242 0 130 16 32 465 116 51
Binary 10111100 10111 10100010 0 1011000 1110 11010 100110101 1001110 101001

Color Harmonies of #BC17A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC17A2

Black with #BC17A2

Text Example


Text Example

White with #BC17A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC17A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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