Html Css Color HEX #BC18A6 Medium Violet Red

📋 copy color: '#BC18A6'

red 188 ◦ green 24 ◦ blue 166

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

Shades of Medium Violet Red #BC18A6

Tints of Medium Violet Red #BC18A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 43.92%

R = 49.74%
G = 6.35%
B = 43.92%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.12

 K value IS 0.26

RGB Variations

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

Color information

#BC18A6 (or 0xBC18A6) is known color: Medium Violet Red. HEX triplet: BC, 18 and A6. RGB value is (188,24,166). Sum of RGB (Red+Green+Blue) = 188+24+166=378 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.74% from 378); Green value is 24 (9.77% from 255 or 6.35% from 378); Blue value is 166 (65.23% from 255 or 43.92% from 378); Max value from RGB is 188 - color contains mainly: red. Hex color #BC18A6 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC18A6 is #43E759. Grayscale: #585858. Windows color (decimal): -4450138 or 10885308. OLE color: 10885308.

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

Color convert

RGB 188 24 166 -
CMYK 0 0.87 0.12 0.26
HSL 308.05º 0.77% 0.42% -
HSV(B) 308.05º 0.87% 0.74% -
XYZ 27.95 14.1 37.32 -
YUV 89.22 171.33 198.45 -
System Red Green Blue C M Y K H S L
Decimal 188 24 166 0 0.87 0.12 0.26 308.05 0.77 0.42
Hex BC 18 A6 0 57 C 1A 134 4D 2A
Octal 274 30 246 0 127 14 32 464 115 52
Binary 10111100 11000 10100110 0 1010111 1100 11010 100110100 1001101 101010

Color Harmonies of #BC18A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC18A6

Black with #BC18A6

Text Example


Text Example

White with #BC18A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC18A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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