Html Css Color HEX #BC18A1 Medium Violet Red

📋 copy color: '#BC18A1'

red 188 ◦ green 24 ◦ blue 161

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

Shades of Medium Violet Red #BC18A1

Tints of Medium Violet Red #BC18A1

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.43%

 BLUE value IS 161 (63.28% from 255) = 43.16%

R = 50.4%
G = 6.43%
B = 43.16%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.14

 K value IS 0.26

RGB Variations

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

Color information

#BC18A1 (or 0xBC18A1) is known color: Medium Violet Red. HEX triplet: BC, 18 and A1. RGB value is (188,24,161). Sum of RGB (Red+Green+Blue) = 188+24+161=373 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.40% from 373); Green value is 24 (9.77% from 255 or 6.43% from 373); Blue value is 161 (63.28% from 255 or 43.16% from 373); Max value from RGB is 188 - color contains mainly: red. Hex color #BC18A1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC18A1 is #43E75E. Grayscale: #585858. Windows color (decimal): -4450143 or 10557628. OLE color: 10557628.

HSL color Cylindrical-coordinate representation of color #BC18A1: hue angle of 309.88º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BC18A1 is Cyan = 0, Magento = 0.87, Yellow = 0.14 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 24 161 -
CMYK 0 0.87 0.14 0.26
HSL 309.88º 0.77% 0.42% -
HSV(B) 309.88º 0.87% 0.74% -
XYZ 27.5 13.92 34.96 -
YUV 88.65 168.83 198.86 -
System Red Green Blue C M Y K H S L
Decimal 188 24 161 0 0.87 0.14 0.26 309.88 0.77 0.42
Hex BC 18 A1 0 57 E 1A 136 4D 2A
Octal 274 30 241 0 127 16 32 466 115 52
Binary 10111100 11000 10100001 0 1010111 1110 11010 100110110 1001101 101010

Color Harmonies of #BC18A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC18A1

Black with #BC18A1

Text Example


Text Example

White with #BC18A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC18A1; }

 p { color: rgb(188,24,161); }

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

background-color css

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

 a { background-color: rgb(188,24,161); }

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

border-color css

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

 span { border-color: rgb(188,24,161); }

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